Interface ResetClusterParameterGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ResetClusterParameterGroupResponse.Builder,ResetClusterParameterGroupResponse>, RedshiftResponse.Builder, SdkBuilder<ResetClusterParameterGroupResponse.Builder,ResetClusterParameterGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ResetClusterParameterGroupResponse

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

    • parameterGroupName

      ResetClusterParameterGroupResponse.Builder parameterGroupName(String parameterGroupName)

      The name of the cluster parameter group.

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

      ResetClusterParameterGroupResponse.Builder parameterGroupStatus(String parameterGroupStatus)

      The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

      Parameters:
      parameterGroupStatus - The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.