public static interface ListApplicationsRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListApplicationsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListApplicationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsRequest.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.ListApplicationsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.