@Stability(value=Stable) public static final class CfnBatchScramSecretProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBatchScramSecretProps>
CfnBatchScramSecretProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBatchScramSecretProps |
build()
Builds the configured instance.
|
CfnBatchScramSecretProps.Builder |
clusterArn(String clusterArn)
Sets the value of
CfnBatchScramSecretProps.getClusterArn() |
CfnBatchScramSecretProps.Builder |
secretArnList(List<String> secretArnList)
Sets the value of
CfnBatchScramSecretProps.getSecretArnList() |
@Stability(value=Stable) public CfnBatchScramSecretProps.Builder clusterArn(String clusterArn)
CfnBatchScramSecretProps.getClusterArn()clusterArn - The Amazon Resource Name (ARN) of the MSK cluster. This parameter is required.this@Stability(value=Stable) public CfnBatchScramSecretProps.Builder secretArnList(List<String> secretArnList)
CfnBatchScramSecretProps.getSecretArnList()secretArnList - A list of Amazon Secrets Manager secret ARNs.this@Stability(value=Stable) public CfnBatchScramSecretProps build()
build in interface software.amazon.jsii.Builder<CfnBatchScramSecretProps>CfnBatchScramSecretPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.