public static interface UpdateProblemRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateProblemRequest.Builder,UpdateProblemRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProblemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProblemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProblemRequest.Builder |
problemId(String problemId)
The ID of the problem.
|
UpdateProblemRequest.Builder |
updateStatus(String updateStatus)
The status of the problem.
|
UpdateProblemRequest.Builder |
updateStatus(UpdateStatus updateStatus)
The status of the problem.
|
UpdateProblemRequest.Builder |
visibility(String visibility)
The visibility of a problem.
|
UpdateProblemRequest.Builder |
visibility(Visibility visibility)
The visibility of a problem.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProblemRequest.Builder problemId(String problemId)
The ID of the problem.
problemId - The ID of the problem.UpdateProblemRequest.Builder updateStatus(String updateStatus)
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.UpdateStatus,
UpdateStatusUpdateProblemRequest.Builder updateStatus(UpdateStatus updateStatus)
The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.
updateStatus - The status of the problem. Arguments can be passed for only problems that show a status of
RECOVERING.UpdateStatus,
UpdateStatusUpdateProblemRequest.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.
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.Visibility,
VisibilityUpdateProblemRequest.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.
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.Visibility,
VisibilityUpdateProblemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProblemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.