Class CfnBatchScramSecretMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnBatchScramSecretMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBatchScramSecretMixinProps>
- Enclosing interface:
CfnBatchScramSecretMixinProps
@Stability(Stable)
public static final class CfnBatchScramSecretMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBatchScramSecretMixinProps>
A builder for
CfnBatchScramSecretMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterArn(String clusterArn) Sets the value ofCfnBatchScramSecretMixinProps.getClusterArn()secretArnList(List<String> secretArnList) Sets the value ofCfnBatchScramSecretMixinProps.getSecretArnList()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterArn
Sets the value ofCfnBatchScramSecretMixinProps.getClusterArn()- Parameters:
clusterArn- The Amazon Resource Name (ARN) that uniquely identifies the cluster.- Returns:
this
-
secretArnList
@Stability(Stable) public CfnBatchScramSecretMixinProps.Builder secretArnList(List<String> secretArnList) Sets the value ofCfnBatchScramSecretMixinProps.getSecretArnList()- Parameters:
secretArnList- List of Amazon Resource Name (ARN)s of Secrets Manager secrets.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBatchScramSecretMixinProps>- Returns:
- a new instance of
CfnBatchScramSecretMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-