public static final class CfnCluster.ClientAuthenticationProperty.Builder
extends java.lang.Object
CfnCluster.ClientAuthenticationProperty
Constructor and Description |
---|
Builder() |
public CfnCluster.ClientAuthenticationProperty.Builder sasl(IResolvable sasl)
CfnCluster.ClientAuthenticationProperty.getSasl()
sasl
- Details for ClientAuthentication using SASL.this
public CfnCluster.ClientAuthenticationProperty.Builder sasl(CfnCluster.SaslProperty sasl)
CfnCluster.ClientAuthenticationProperty.getSasl()
sasl
- Details for ClientAuthentication using SASL.this
public CfnCluster.ClientAuthenticationProperty.Builder tls(IResolvable tls)
CfnCluster.ClientAuthenticationProperty.getTls()
tls
- Details for client authentication using TLS.this
public CfnCluster.ClientAuthenticationProperty.Builder tls(CfnCluster.TlsProperty tls)
CfnCluster.ClientAuthenticationProperty.getTls()
tls
- Details for client authentication using TLS.this
public CfnCluster.ClientAuthenticationProperty.Builder unauthenticated(IResolvable unauthenticated)
CfnCluster.ClientAuthenticationProperty.getUnauthenticated()
unauthenticated
- Details for ClientAuthentication using no authentication.this
public CfnCluster.ClientAuthenticationProperty.Builder unauthenticated(CfnCluster.UnauthenticatedProperty unauthenticated)
CfnCluster.ClientAuthenticationProperty.getUnauthenticated()
unauthenticated
- Details for ClientAuthentication using no authentication.this
public CfnCluster.ClientAuthenticationProperty build()
CfnCluster.ClientAuthenticationProperty
java.lang.NullPointerException
- if any required attribute was not provided