public static interface ListProblemsRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListProblemsRequest.Builder,ListProblemsRequest>
| Modifier and Type | Method and Description |
|---|---|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProblemsRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProblemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.