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