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 Details

    • create

      @Stability(Stable) public static CfnBatchScramSecret.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnBatchScramSecret.Builder.
    • clusterArn

      @Stability(Stable) public CfnBatchScramSecret.Builder clusterArn(String clusterArn)
      AWS::MSK::BatchScramSecret.ClusterArn.

      Parameters:
      clusterArn - AWS::MSK::BatchScramSecret.ClusterArn. This parameter is required.
      Returns:
      this
    • secretArnList

      @Stability(Stable) public CfnBatchScramSecret.Builder secretArnList(List<String> secretArnList)
      AWS::MSK::BatchScramSecret.SecretArnList.

      Parameters:
      secretArnList - AWS::MSK::BatchScramSecret.SecretArnList. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnBatchScramSecret build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnBatchScramSecret>
      Returns:
      a newly built instance of CfnBatchScramSecret.