Interface ParameterGroupStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>,SdkBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>,SdkPojo
- Enclosing class:
- ParameterGroupStatus
public static interface ParameterGroupStatus.Builder extends SdkPojo, CopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterGroupStatus.BuildernodeIdsToReboot(String... nodeIdsToReboot)The node IDs of one or more nodes to be rebooted.ParameterGroupStatus.BuildernodeIdsToReboot(Collection<String> nodeIdsToReboot)The node IDs of one or more nodes to be rebooted.ParameterGroupStatus.BuilderparameterApplyStatus(String parameterApplyStatus)The status of parameter updates.ParameterGroupStatus.BuilderparameterGroupName(String parameterGroupName)The name of the parameter group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
parameterGroupName
ParameterGroupStatus.Builder parameterGroupName(String parameterGroupName)
The 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.
-
parameterApplyStatus
ParameterGroupStatus.Builder parameterApplyStatus(String parameterApplyStatus)
The 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.
-
nodeIdsToReboot
ParameterGroupStatus.Builder nodeIdsToReboot(Collection<String> nodeIdsToReboot)
The 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.
-
nodeIdsToReboot
ParameterGroupStatus.Builder nodeIdsToReboot(String... nodeIdsToReboot)
The 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.
-
-