public class ClusterFluentImpl<A extends ClusterFluent<A>> extends BaseFluent<A> implements ClusterFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterFluentImpl.ExtensionsNestedImpl<N> |
ClusterFluent.ExtensionsNested<N>_visitables| Constructor and Description |
|---|
ClusterFluentImpl() |
ClusterFluentImpl(Cluster instance) |
public ClusterFluentImpl()
public ClusterFluentImpl(Cluster instance)
public String getCertificateAuthority()
getCertificateAuthority in interface ClusterFluent<A extends ClusterFluent<A>>public A withCertificateAuthority(String certificateAuthority)
withCertificateAuthority in interface ClusterFluent<A extends ClusterFluent<A>>public Boolean hasCertificateAuthority()
hasCertificateAuthority in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewCertificateAuthority(String arg1)
withNewCertificateAuthority in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewCertificateAuthority(StringBuilder arg1)
withNewCertificateAuthority in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewCertificateAuthority(StringBuffer arg1)
withNewCertificateAuthority in interface ClusterFluent<A extends ClusterFluent<A>>public String getCertificateAuthorityData()
getCertificateAuthorityData in interface ClusterFluent<A extends ClusterFluent<A>>public A withCertificateAuthorityData(String certificateAuthorityData)
withCertificateAuthorityData in interface ClusterFluent<A extends ClusterFluent<A>>public Boolean hasCertificateAuthorityData()
hasCertificateAuthorityData in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewCertificateAuthorityData(String arg1)
withNewCertificateAuthorityData in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewCertificateAuthorityData(StringBuilder arg1)
withNewCertificateAuthorityData in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewCertificateAuthorityData(StringBuffer arg1)
withNewCertificateAuthorityData in interface ClusterFluent<A extends ClusterFluent<A>>public A addToExtensions(int index, NamedExtension item)
addToExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public A setToExtensions(int index, NamedExtension item)
setToExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public A addToExtensions(NamedExtension... items)
addToExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public A addAllToExtensions(Collection<NamedExtension> items)
addAllToExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public A removeFromExtensions(NamedExtension... items)
removeFromExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public A removeAllFromExtensions(Collection<NamedExtension> items)
removeAllFromExtensions in interface ClusterFluent<A extends ClusterFluent<A>>@Deprecated public List<NamedExtension> getExtensions()
getExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public List<NamedExtension> buildExtensions()
buildExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public NamedExtension buildExtension(int index)
buildExtension in interface ClusterFluent<A extends ClusterFluent<A>>public NamedExtension buildFirstExtension()
buildFirstExtension in interface ClusterFluent<A extends ClusterFluent<A>>public NamedExtension buildLastExtension()
buildLastExtension in interface ClusterFluent<A extends ClusterFluent<A>>public NamedExtension buildMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
buildMatchingExtension in interface ClusterFluent<A extends ClusterFluent<A>>public Boolean hasMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
hasMatchingExtension in interface ClusterFluent<A extends ClusterFluent<A>>public A withExtensions(List<NamedExtension> extensions)
withExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public A withExtensions(NamedExtension... extensions)
withExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public Boolean hasExtensions()
hasExtensions in interface ClusterFluent<A extends ClusterFluent<A>>public ClusterFluent.ExtensionsNested<A> addNewExtension()
addNewExtension in interface ClusterFluent<A extends ClusterFluent<A>>public ClusterFluent.ExtensionsNested<A> addNewExtensionLike(NamedExtension item)
addNewExtensionLike in interface ClusterFluent<A extends ClusterFluent<A>>public ClusterFluent.ExtensionsNested<A> setNewExtensionLike(int index, NamedExtension item)
setNewExtensionLike in interface ClusterFluent<A extends ClusterFluent<A>>public ClusterFluent.ExtensionsNested<A> editExtension(int index)
editExtension in interface ClusterFluent<A extends ClusterFluent<A>>public ClusterFluent.ExtensionsNested<A> editFirstExtension()
editFirstExtension in interface ClusterFluent<A extends ClusterFluent<A>>public ClusterFluent.ExtensionsNested<A> editLastExtension()
editLastExtension in interface ClusterFluent<A extends ClusterFluent<A>>public ClusterFluent.ExtensionsNested<A> editMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
editMatchingExtension in interface ClusterFluent<A extends ClusterFluent<A>>public Boolean isInsecureSkipTlsVerify()
isInsecureSkipTlsVerify in interface ClusterFluent<A extends ClusterFluent<A>>public A withInsecureSkipTlsVerify(Boolean insecureSkipTlsVerify)
withInsecureSkipTlsVerify in interface ClusterFluent<A extends ClusterFluent<A>>public Boolean hasInsecureSkipTlsVerify()
hasInsecureSkipTlsVerify in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewInsecureSkipTlsVerify(String arg1)
withNewInsecureSkipTlsVerify in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewInsecureSkipTlsVerify(boolean arg1)
withNewInsecureSkipTlsVerify in interface ClusterFluent<A extends ClusterFluent<A>>public String getServer()
getServer in interface ClusterFluent<A extends ClusterFluent<A>>public A withServer(String server)
withServer in interface ClusterFluent<A extends ClusterFluent<A>>public Boolean hasServer()
hasServer in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewServer(String arg1)
withNewServer in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewServer(StringBuilder arg1)
withNewServer in interface ClusterFluent<A extends ClusterFluent<A>>public A withNewServer(StringBuffer arg1)
withNewServer in interface ClusterFluent<A extends ClusterFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.