Interface ParameterGroup.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ParameterGroup.Builder,ParameterGroup>, SdkBuilder<ParameterGroup.Builder,ParameterGroup>, SdkPojo
Enclosing class:
ParameterGroup

public static interface ParameterGroup.Builder extends SdkPojo, CopyableBuilder<ParameterGroup.Builder,ParameterGroup>
  • Method Details

    • parameterGroupName

      ParameterGroup.Builder parameterGroupName(String parameterGroupName)

      The name of the parameter group.

      Parameters:
      parameterGroupName - The name of the parameter group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ParameterGroup.Builder description(String description)

      A description of the parameter group.

      Parameters:
      description - A description of the parameter group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.