@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
- `AWS::MSK::BatchScramSecret.ClusterArn`. This parameter is required.this
@Stability(value=Stable) public CfnBatchScramSecretProps.Builder secretArnList(List<String> secretArnList)
CfnBatchScramSecretProps.getSecretArnList()
secretArnList
- `AWS::MSK::BatchScramSecret.SecretArnList`.this
@Stability(value=Stable) public CfnBatchScramSecretProps build()
build
in interface software.amazon.jsii.Builder<CfnBatchScramSecretProps>
CfnBatchScramSecretProps
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.