CopyableBuilder<ModifyClusterParameterGroupResponse.Builder,ModifyClusterParameterGroupResponse>, SdkBuilder<ModifyClusterParameterGroupResponse.Builder,ModifyClusterParameterGroupResponse>public static interface ModifyClusterParameterGroupResponse.Builder extends CopyableBuilder<ModifyClusterParameterGroupResponse.Builder,ModifyClusterParameterGroupResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ModifyClusterParameterGroupResponse.Builder |
parameterGroupName(String parameterGroupName) |
The name of the cluster parameter group.
|
ModifyClusterParameterGroupResponse.Builder |
parameterGroupStatus(String parameterGroupStatus) |
The status of the parameter group.
|
copyapply, buildModifyClusterParameterGroupResponse.Builder parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName - The name of the cluster parameter group.ModifyClusterParameterGroupResponse.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.