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 Details

    • 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.