public class CustomTLSProfileBuilder extends CustomTLSProfileFluentImpl<CustomTLSProfileBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomTLSProfile,CustomTLSProfileBuilder>
| Constructor and Description |
|---|
CustomTLSProfileBuilder() |
CustomTLSProfileBuilder(Boolean validationEnabled) |
CustomTLSProfileBuilder(CustomTLSProfile instance) |
CustomTLSProfileBuilder(CustomTLSProfile instance,
Boolean validationEnabled) |
CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent) |
CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent,
Boolean validationEnabled) |
CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent,
CustomTLSProfile instance) |
CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent,
CustomTLSProfile instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
CustomTLSProfile |
build() |
addAllToCiphers, addToAdditionalProperties, addToAdditionalProperties, addToCiphers, addToCiphers, equals, getAdditionalProperties, getCipher, getCiphers, getFirstCipher, getLastCipher, getMatchingCipher, getMinTLSVersion, hasAdditionalProperties, hasCiphers, hashCode, hasMatchingCipher, hasMinTLSVersion, removeAllFromCiphers, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCiphers, setToCiphers, toString, withAdditionalProperties, withCiphers, withCiphers, withMinTLSVersionaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CustomTLSProfileBuilder()
public CustomTLSProfileBuilder(Boolean validationEnabled)
public CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent)
public CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent, Boolean validationEnabled)
public CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent, CustomTLSProfile instance)
public CustomTLSProfileBuilder(CustomTLSProfileFluent<?> fluent, CustomTLSProfile instance, Boolean validationEnabled)
public CustomTLSProfileBuilder(CustomTLSProfile instance)
public CustomTLSProfileBuilder(CustomTLSProfile instance, Boolean validationEnabled)
public CustomTLSProfile build()
build in interface io.fabric8.kubernetes.api.builder.Builder<CustomTLSProfile>Copyright © 2015–2022 Red Hat. All rights reserved.