public class CustomTLSProfileFluentImpl<A extends CustomTLSProfileFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomTLSProfileFluent<A>
| Constructor and Description |
|---|
CustomTLSProfileFluentImpl() |
CustomTLSProfileFluentImpl(CustomTLSProfile instance) |
public CustomTLSProfileFluentImpl()
public CustomTLSProfileFluentImpl(CustomTLSProfile instance)
public A addToCiphers(Integer index, String item)
addToCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A setToCiphers(Integer index, String item)
setToCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addToCiphers(String... items)
addToCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addAllToCiphers(Collection<String> items)
addAllToCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A removeFromCiphers(String... items)
removeFromCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A removeAllFromCiphers(Collection<String> items)
removeAllFromCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public List<String> getCiphers()
getCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public String getCipher(Integer index)
getCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public String getFirstCipher()
getFirstCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public String getLastCipher()
getLastCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public String getMatchingCipher(Predicate<String> predicate)
getMatchingCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public Boolean hasMatchingCipher(Predicate<String> predicate)
hasMatchingCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withCiphers(List<String> ciphers)
withCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withCiphers(String... ciphers)
withCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public Boolean hasCiphers()
hasCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(String arg0)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public String getMinTLSVersion()
getMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withMinTLSVersion(String minTLSVersion)
withMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public Boolean hasMinTLSVersion()
hasMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>@Deprecated public A withNewMinTLSVersion(String arg0)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.