Class CfnParameterGroup.Builder

java.lang.Object
software.amazon.awscdk.services.dax.CfnParameterGroup.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnParameterGroup>
Enclosing class:
CfnParameterGroup

@Stability(Stable) public static final class CfnParameterGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnParameterGroup>
A fluent builder for CfnParameterGroup.
  • Method Details

    • create

      @Stability(Stable) public static CfnParameterGroup.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 CfnParameterGroup.Builder.
    • description

      @Stability(Stable) public CfnParameterGroup.Builder description(String description)
      A description of the parameter group.

      Parameters:
      description - A description of the parameter group. This parameter is required.
      Returns:
      this
    • parameterGroupName

      @Stability(Stable) public CfnParameterGroup.Builder parameterGroupName(String parameterGroupName)
      The name of the parameter group.

      Parameters:
      parameterGroupName - The name of the parameter group. This parameter is required.
      Returns:
      this
    • parameterNameValues

      @Stability(Stable) public CfnParameterGroup.Builder parameterNameValues(Object parameterNameValues)
      An array of name-value pairs for the parameters in the group.

      Each element in the array represents a single parameter.

      record-ttl-millis and query-ttl-millis are the only supported parameter names. For more details, see Configuring TTL Settings .

      Parameters:
      parameterNameValues - An array of name-value pairs for the parameters in the group. This parameter is required.
      Returns:
      this
    • build

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