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() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToCiphers, addNewCipher, addToAdditionalProperties, addToAdditionalProperties, addToCiphers, addToCiphers, getAdditionalProperties, getCipher, getCiphers, getFirstCipher, getLastCipher, getMatchingCipher, getMinTLSVersion, hasAdditionalProperties, hasCiphers, hasMatchingCipher, hasMinTLSVersion, removeAllFromCiphers, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCiphers, setToCiphers, withAdditionalProperties, withCiphers, withCiphers, withMinTLSVersion, withNewMinTLSVersionaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>public boolean equals(Object o)
equals in class CustomTLSProfileFluentImpl<CustomTLSProfileBuilder>public int hashCode()
hashCode in class CustomTLSProfileFluentImpl<CustomTLSProfileBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.