Interface DescribeProblemRequest.Builder
-
- All Superinterfaces:
ApplicationInsightsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeProblemRequest.Builder,DescribeProblemRequest>,SdkBuilder<DescribeProblemRequest.Builder,DescribeProblemRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeProblemRequest
public static interface DescribeProblemRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<DescribeProblemRequest.Builder,DescribeProblemRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeProblemRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID for the owner of the resource group affected by the problem.DescribeProblemRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeProblemRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeProblemRequest.BuilderproblemId(String problemId)The ID of the 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
problemId
DescribeProblemRequest.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.
-
accountId
DescribeProblemRequest.Builder accountId(String accountId)
The Amazon Web Services account ID for the owner of the resource group affected by the problem.
- Parameters:
accountId- The Amazon Web Services account ID for the owner of the resource group affected by the problem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeProblemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeProblemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-