Interface ParameterGroupStatus.Builder

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