public static interface ParameterGroupStatus.Builder extends CopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
| Modifier and Type | Method and Description |
|---|---|
ParameterGroupStatus.Builder |
nodeIdsToReboot(Collection<String> 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.
|
ParameterGroupStatus.Builder |
parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ParameterGroupStatus.Builder |
parameterGroupName(String parameterGroupName)
The name of the parameter group.
|
copyapply, buildParameterGroupStatus.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.
nodeIdsToReboot - The node IDs of one or more nodes to be rebooted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.