Interface ParameterGroup.Builder

    • Method Detail

      • name

        ParameterGroup.Builder name​(String 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

        ParameterGroup.Builder family​(String 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

        ParameterGroup.Builder arn​(String 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.