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