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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProblemRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProblemRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProblemRequest.BuilderproblemId(String problemId)The ID of the problem.UpdateProblemRequest.BuilderupdateStatus(String updateStatus)The status of the problem.UpdateProblemRequest.BuilderupdateStatus(UpdateStatus updateStatus)The status of the problem.UpdateProblemRequest.Buildervisibility(String visibility)The visibility of a problem.UpdateProblemRequest.Buildervisibility(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 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 ofRECOVERING.- 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 ofRECOVERING.- 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. WhenVISIBLEis passed, theIGNOREDaction 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. WhenVISIBLEis passed, theIGNOREDaction 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. WhenVISIBLEis passed, theIGNOREDaction 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. WhenVISIBLEis passed, theIGNOREDaction is reversed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
overrideConfiguration
UpdateProblemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProblemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-