@Stability(value=Stable) public static final class CfnBatchScramSecret.Builder extends Object implements software.amazon.jsii.Builder<CfnBatchScramSecret>
CfnBatchScramSecret.| Modifier and Type | Method and Description |
|---|---|
CfnBatchScramSecret |
build() |
CfnBatchScramSecret.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the MSK cluster.
|
static CfnBatchScramSecret.Builder |
create(software.constructs.Construct scope,
String id) |
CfnBatchScramSecret.Builder |
secretArnList(List<String> secretArnList)
A list of Amazon Secrets Manager secret ARNs.
|
@Stability(value=Stable) public static CfnBatchScramSecret.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnBatchScramSecret.Builder.@Stability(value=Stable) public CfnBatchScramSecret.Builder clusterArn(String clusterArn)
clusterArn - The Amazon Resource Name (ARN) of the MSK cluster. This parameter is required.this@Stability(value=Stable) public CfnBatchScramSecret.Builder secretArnList(List<String> secretArnList)
secretArnList - A list of Amazon Secrets Manager secret ARNs. This parameter is required.this@Stability(value=Stable) public CfnBatchScramSecret build()
build in interface software.amazon.jsii.Builder<CfnBatchScramSecret>Copyright © 2022. All rights reserved.