public static interface ModifyClusterParameterGroupResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<ModifyClusterParameterGroupResponse.Builder,ModifyClusterParameterGroupResponse>
Modifier and Type | Method and Description |
---|---|
ModifyClusterParameterGroupResponse.Builder |
parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
ModifyClusterParameterGroupResponse.Builder |
parameterGroupStatus(String parameterGroupStatus)
The status of the parameter group.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ModifyClusterParameterGroupResponse.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.