public static final class CfnCluster.SaslProperty.Builder
extends java.lang.Object
CfnCluster.SaslProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCluster.SaslProperty |
build()
Builds the configured instance.
|
CfnCluster.SaslProperty.Builder |
iam(CfnCluster.IamProperty iam)
Sets the value of
CfnCluster.SaslProperty.getIam() |
CfnCluster.SaslProperty.Builder |
iam(IResolvable iam)
Sets the value of
CfnCluster.SaslProperty.getIam() |
CfnCluster.SaslProperty.Builder |
scram(CfnCluster.ScramProperty scram)
Sets the value of
CfnCluster.SaslProperty.getScram() |
CfnCluster.SaslProperty.Builder |
scram(IResolvable scram)
Sets the value of
CfnCluster.SaslProperty.getScram() |
public CfnCluster.SaslProperty.Builder iam(IResolvable iam)
CfnCluster.SaslProperty.getIam()
iam
- Details for IAM access control.this
public CfnCluster.SaslProperty.Builder iam(CfnCluster.IamProperty iam)
CfnCluster.SaslProperty.getIam()
iam
- Details for IAM access control.this
public CfnCluster.SaslProperty.Builder scram(IResolvable scram)
CfnCluster.SaslProperty.getScram()
scram
- Details for SASL/SCRAM client authentication.this
public CfnCluster.SaslProperty.Builder scram(CfnCluster.ScramProperty scram)
CfnCluster.SaslProperty.getScram()
scram
- Details for SASL/SCRAM client authentication.this
public CfnCluster.SaslProperty build()
CfnCluster.SaslProperty
java.lang.NullPointerException
- if any required attribute was not provided