Interface UpdateProblemRequest.Builder

    • Method Detail

      • problemId

        UpdateProblemRequest.Builder problemId​(String problemId)

        The ID of the problem.

        Parameters:
        problemId - The ID of the problem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateStatus

        UpdateProblemRequest.Builder updateStatus​(String updateStatus)

        The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.

        Parameters:
        updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateStatus, UpdateStatus
      • updateStatus

        UpdateProblemRequest.Builder updateStatus​(UpdateStatus updateStatus)

        The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.

        Parameters:
        updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateStatus, UpdateStatus
      • visibility

        UpdateProblemRequest.Builder visibility​(String visibility)

        The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.

        Parameters:
        visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • visibility

        UpdateProblemRequest.Builder visibility​(Visibility visibility)

        The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.

        Parameters:
        visibility - The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility