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(int index, String item)
addToCiphers in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A setToCiphers(int 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(int 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(StringBuilder arg1)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(int[] arg1, int arg2, int arg3)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(char[] arg1)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(StringBuffer arg1)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(byte[] arg1, int arg2)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(byte[] arg1)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(char[] arg1, int arg2, int arg3)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(byte[] arg1, int arg2, int arg3)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(byte[] arg1, int arg2, int arg3, int arg4)
addNewCipher in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A addNewCipher(String arg1)
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>>public A withNewMinTLSVersion(StringBuilder arg1)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(int[] arg1, int arg2, int arg3)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(char[] arg1)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(StringBuffer arg1)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(byte[] arg1, int arg2)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(byte[] arg1)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(char[] arg1, int arg2, int arg3)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(byte[] arg1, int arg2, int arg3)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(byte[] arg1, int arg2, int arg3, int arg4)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>public A withNewMinTLSVersion(String arg1)
withNewMinTLSVersion in interface CustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.