Interface UpdateProblemRequest.Builder
- All Superinterfaces:
ApplicationInsightsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateProblemRequest.Builder,
,UpdateProblemRequest> SdkBuilder<UpdateProblemRequest.Builder,
,UpdateProblemRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateProblemRequest
public static interface UpdateProblemRequest.Builder
extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateProblemRequest.Builder,UpdateProblemRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the problem.updateStatus
(String updateStatus) The status of the problem.updateStatus
(UpdateStatus updateStatus) The status of the problem.visibility
(String visibility) The visibility of a problem.visibility
(Visibility visibility) The visibility of a problem.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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 ofRECOVERING
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 ofRECOVERING
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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. WhenVISIBLE
is passed, theIGNORED
action is reversed.- Parameters:
visibility
- The visibility of a problem. When you pass a value ofIGNORED
, the problem is removed from the default view, and all notifications for the problem are suspended. WhenVISIBLE
is passed, theIGNORED
action is reversed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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. WhenVISIBLE
is passed, theIGNORED
action is reversed.- Parameters:
visibility
- The visibility of a problem. When you pass a value ofIGNORED
, the problem is removed from the default view, and all notifications for the problem are suspended. WhenVISIBLE
is passed, theIGNORED
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateProblemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-