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, addNewCipher, addNewCipher, addToCiphers, addToCiphers, getCipher, getCiphers, getFirstCipher, getLastCipher, getMatchingCipher, getMinTLSVersion, hasCiphers, hasMatchingCipher, hasMinTLSVersion, removeAllFromCiphers, removeFromCiphers, setToCiphers, withCiphers, withCiphers, withMinTLSVersion, withNewMinTLSVersion, withNewMinTLSVersion, withNewMinTLSVersionaccept, 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>public boolean equals(Object o)
equals in class CustomTLSProfileFluentImpl<CustomTLSProfileBuilder>public int hashCode()
hashCode in class CustomTLSProfileFluentImpl<CustomTLSProfileBuilder>Copyright © 2015–2021 Red Hat. All rights reserved.