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

    • name

      The name of the parameter group

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

      The name of the parameter group family that this parameter group is compatible with.

      Parameters:
      family - The name of the parameter group family that this parameter group is compatible with.
      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.
    • arn

      The Amazon Resource Name (ARN) of the parameter group

      Parameters:
      arn - The Amazon Resource Name (ARN) of the parameter group
      Returns:
      Returns a reference to this object so that method calls can be chained together.