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) The Amazon Resource Name (ARN) that uniquely identifies the cluster.static CfnBatchScramSecret.BuildersecretArnList(List<String> secretArnList) List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
-
Method Details
-
create
@Stability(Stable) public static CfnBatchScramSecret.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnBatchScramSecret.Builder.
-
clusterArn
The Amazon Resource Name (ARN) that uniquely identifies the cluster.- Parameters:
clusterArn- The Amazon Resource Name (ARN) that uniquely identifies the cluster. This parameter is required.- Returns:
this- See Also:
-
secretArnList
List of Amazon Resource Name (ARN)s of Secrets Manager secrets.- Parameters:
secretArnList- List of Amazon Resource Name (ARN)s of Secrets Manager secrets. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBatchScramSecret>- Returns:
- a newly built instance of
CfnBatchScramSecret.
-