Class CfnBatchScramSecret.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnBatchScramSecret.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBatchScramSecret>
- Enclosing class:
CfnBatchScramSecret
@Stability(Stable)
public static final class CfnBatchScramSecret.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBatchScramSecret>
A fluent builder for
CfnBatchScramSecret
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clusterArn
(String clusterArn) AWS::MSK::BatchScramSecret.ClusterArn
.static CfnBatchScramSecret.Builder
secretArnList
(List<String> secretArnList) AWS::MSK::BatchScramSecret.SecretArnList
.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnBatchScramSecret.Builder
.
-
clusterArn
AWS::MSK::BatchScramSecret.ClusterArn
.- Parameters:
clusterArn
-AWS::MSK::BatchScramSecret.ClusterArn
. This parameter is required.- Returns:
this
-
secretArnList
AWS::MSK::BatchScramSecret.SecretArnList
.- Parameters:
secretArnList
-AWS::MSK::BatchScramSecret.SecretArnList
. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBatchScramSecret>
- Returns:
- a newly built instance of
CfnBatchScramSecret
.
-