public class StringMatchBuilder extends StringMatchFluentImpl<StringMatchBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<StringMatch,StringMatchBuilder>
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() |
buildMatchType, equals, getMatchType, hashCode, hasMatchType, toString, withMatchType, withNewStringMatchExactType, withNewStringMatchExactType, withNewStringMatchExactTypeLike, withNewStringMatchPrefixType, withNewStringMatchPrefixType, withNewStringMatchPrefixTypeLike, withNewStringMatchRegexType, withNewStringMatchRegexType, withNewStringMatchRegexTypeLike, withStringMatchExactType, withStringMatchPrefixType, withStringMatchRegexTypeaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>Copyright © 2015–2022 Red Hat. All rights reserved.