@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)
`AWS::MSK::BatchScramSecret.ClusterArn`.
|
static CfnBatchScramSecret.Builder |
create(Construct scope,
String id) |
CfnBatchScramSecret.Builder |
secretArnList(List<String> secretArnList)
`AWS::MSK::BatchScramSecret.SecretArnList`.
|
@Stability(value=Stable) public static CfnBatchScramSecret.Builder create(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
- `AWS::MSK::BatchScramSecret.ClusterArn`. This parameter is required.this
@Stability(value=Stable) public CfnBatchScramSecret.Builder secretArnList(List<String> secretArnList)
secretArnList
- `AWS::MSK::BatchScramSecret.SecretArnList`. This parameter is required.this
@Stability(value=Stable) public CfnBatchScramSecret build()
build
in interface software.amazon.jsii.Builder<CfnBatchScramSecret>
Copyright © 2023. All rights reserved.