public static interface ListProblemsRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListProblemsRequest.Builder,ListProblemsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProblemsRequest.Builder |
accountId(String accountId)
The AWS account ID for the resource group owner.
|
ListProblemsRequest.Builder |
componentName(String componentName)
The name of the component.
|
ListProblemsRequest.Builder |
endTime(Instant endTime)
The time when the problem ended, in epoch seconds.
|
ListProblemsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListProblemsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListProblemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProblemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProblemsRequest.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group.
|
ListProblemsRequest.Builder |
startTime(Instant startTime)
The time when the problem was detected, in epoch seconds.
|
ListProblemsRequest.Builder |
visibility(String visibility)
Specifies whether or not you can view the problem.
|
ListProblemsRequest.Builder |
visibility(Visibility visibility)
Specifies whether or not you can view the problem.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProblemsRequest.Builder accountId(String accountId)
The AWS account ID for the resource group owner.
accountId - The AWS account ID for the resource group owner.ListProblemsRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.ListProblemsRequest.Builder startTime(Instant startTime)
The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.
startTime - The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the
request, problems within the past seven days are returned.ListProblemsRequest.Builder endTime(Instant endTime)
The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.
endTime - The time when the problem ended, in epoch seconds. If not specified, problems within the past seven
days are returned.ListProblemsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned NextToken value.ListProblemsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListProblemsRequest.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.ListProblemsRequest.Builder visibility(String visibility)
Specifies whether or not you can view the problem. If not specified, visible and ignored problems are returned.
visibility - Specifies whether or not you can view the problem. If not specified, visible and ignored problems are
returned.Visibility,
VisibilityListProblemsRequest.Builder visibility(Visibility visibility)
Specifies whether or not you can view the problem. If not specified, visible and ignored problems are returned.
visibility - Specifies whether or not you can view the problem. If not specified, visible and ignored problems are
returned.Visibility,
VisibilityListProblemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProblemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.