CopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
, SdkBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
public static interface ParameterGroupStatus.Builder extends CopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
Modifier and Type | Method | Description |
---|---|---|
ParameterGroupStatus.Builder |
nodeIdsToReboot(String... nodeIdsToReboot) |
The node IDs of one or more nodes to be rebooted.
|
ParameterGroupStatus.Builder |
nodeIdsToReboot(Collection<String> nodeIdsToReboot) |
The node IDs of one or more nodes to be rebooted.
|
ParameterGroupStatus.Builder |
parameterApplyStatus(String parameterApplyStatus) |
The status of parameter updates.
|
ParameterGroupStatus.Builder |
parameterGroupName(String parameterGroupName) |
The name of the parameter group.
|
copy
apply, build
ParameterGroupStatus.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName
- The name of the parameter group.ParameterGroupStatus.Builder parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.ParameterGroupStatus.Builder nodeIdsToReboot(Collection<String> nodeIdsToReboot)
The node IDs of one or more nodes to be rebooted.
nodeIdsToReboot
- The node IDs of one or more nodes to be rebooted.ParameterGroupStatus.Builder nodeIdsToReboot(String... nodeIdsToReboot)
The node IDs of one or more nodes to be rebooted.
NOTE: This method appends the values to the existing list (if any). Use
#setNodeIdsToReboot(java.util.Collection)
or #withNodeIdsToReboot(java.util.Collection)
if
you want to override the existing values.
nodeIdsToReboot
- The node IDs of one or more nodes to be rebooted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.