Interface DbParameterGroupSummary.Builder

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

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

    • id

      A service-generated unique identifier.

      Parameters:
      id - A service-generated unique identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      This customer-supplied name uniquely identifies the parameter group.

      Parameters:
      name - This customer-supplied name uniquely identifies 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 DB parameter group.

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

      DbParameterGroupSummary.Builder description(String description)

      A description of the DB parameter group.

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