Interface ParameterGroupStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ParameterGroupStatus.Builder,,- ParameterGroupStatus> - SdkBuilder<ParameterGroupStatus.Builder,,- ParameterGroupStatus> - SdkPojo
- Enclosing class:
- ParameterGroupStatus
@Mutable
@NotThreadSafe
public static interface ParameterGroupStatus.Builder
extends SdkPojo, CopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionnodeIdsToReboot(String... nodeIdsToReboot) The node IDs of one or more nodes to be rebooted.nodeIdsToReboot(Collection<String> nodeIdsToReboot) The node IDs of one or more nodes to be rebooted.parameterApplyStatus(String parameterApplyStatus) The status of parameter updates.parameterGroupName(String parameterGroupName) The name of the parameter group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
parameterGroupNameThe name of the parameter group. - Parameters:
- parameterGroupName- The name of the parameter group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parameterApplyStatusThe status of parameter updates. - Parameters:
- parameterApplyStatus- The status of parameter updates.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeIdsToRebootThe node IDs of one or more nodes to be rebooted. - Parameters:
- nodeIdsToReboot- The node IDs of one or more nodes to be rebooted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeIdsToRebootThe node IDs of one or more nodes to be rebooted. - Parameters:
- nodeIdsToReboot- The node IDs of one or more nodes to be rebooted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-