public class StringMatchBuilder extends StringMatchFluentImpl<StringMatchBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<StringMatch,StringMatchBuilder>
StringMatchFluentImpl.StringMatchExactTypeNestedImpl<N>, StringMatchFluentImpl.StringMatchPrefixTypeNestedImpl<N>, StringMatchFluentImpl.StringMatchRegexTypeNestedImpl<N>StringMatchFluent.StringMatchExactTypeNested<N>, StringMatchFluent.StringMatchPrefixTypeNested<N>, StringMatchFluent.StringMatchRegexTypeNested<N>| Constructor and Description |
|---|
StringMatchBuilder() |
StringMatchBuilder(Boolean validationEnabled) |
StringMatchBuilder(StringMatch instance) |
StringMatchBuilder(StringMatch instance,
Boolean validationEnabled) |
StringMatchBuilder(StringMatchFluent<?> fluent) |
StringMatchBuilder(StringMatchFluent<?> fluent,
Boolean validationEnabled) |
StringMatchBuilder(StringMatchFluent<?> fluent,
StringMatch instance) |
StringMatchBuilder(StringMatchFluent<?> fluent,
StringMatch instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
StringMatch |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
buildMatchType, getMatchType, hasMatchType, withMatchType, withNewStringMatchExactType, withNewStringMatchExactType, withNewStringMatchExactTypeLike, withNewStringMatchPrefixType, withNewStringMatchPrefixType, withNewStringMatchPrefixTypeLike, withNewStringMatchRegexType, withNewStringMatchRegexType, withNewStringMatchRegexTypeLike, withStringMatchExactType, withStringMatchPrefixType, withStringMatchRegexTypeaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic StringMatchBuilder()
public StringMatchBuilder(Boolean validationEnabled)
public StringMatchBuilder(StringMatchFluent<?> fluent)
public StringMatchBuilder(StringMatchFluent<?> fluent, Boolean validationEnabled)
public StringMatchBuilder(StringMatchFluent<?> fluent, StringMatch instance)
public StringMatchBuilder(StringMatchFluent<?> fluent, StringMatch instance, Boolean validationEnabled)
public StringMatchBuilder(StringMatch instance)
public StringMatchBuilder(StringMatch instance, Boolean validationEnabled)
public StringMatch build()
build in interface io.fabric8.kubernetes.api.builder.Builder<StringMatch>public boolean equals(Object o)
equals in class StringMatchFluentImpl<StringMatchBuilder>public int hashCode()
hashCode in class StringMatchFluentImpl<StringMatchBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.