public static final class CfnBatchScramSecretProps.Builder
extends java.lang.Object
CfnBatchScramSecretProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBatchScramSecretProps |
build()
Builds the configured instance.
|
CfnBatchScramSecretProps.Builder |
clusterArn(java.lang.String clusterArn)
Sets the value of
CfnBatchScramSecretProps.getClusterArn() |
CfnBatchScramSecretProps.Builder |
secretArnList(java.util.List<java.lang.String> secretArnList)
Sets the value of
CfnBatchScramSecretProps.getSecretArnList() |
public CfnBatchScramSecretProps.Builder clusterArn(java.lang.String clusterArn)
CfnBatchScramSecretProps.getClusterArn()
clusterArn
- The Amazon Resource Name (ARN) of the MSK cluster. This parameter is required.this
public CfnBatchScramSecretProps.Builder secretArnList(java.util.List<java.lang.String> secretArnList)
CfnBatchScramSecretProps.getSecretArnList()
secretArnList
- A list of Amazon Secrets Manager secret ARNs.this
public CfnBatchScramSecretProps build()
CfnBatchScramSecretProps
java.lang.NullPointerException
- if any required attribute was not provided