Interface UpdateProblemRequest.Builder

All Superinterfaces:
ApplicationInsightsRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<UpdateProblemRequest.Builder,UpdateProblemRequest>, SdkBuilder<UpdateProblemRequest.Builder,UpdateProblemRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateProblemRequest

  • Method Details

    • 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

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

      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:
    • overrideConfiguration

      UpdateProblemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.