public static interface ListAppsRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest.Builder |
appIds(Collection<String> appIds)
The unique application IDs.
|
ListAppsRequest.Builder |
appIds(String... appIds)
The unique application IDs.
|
ListAppsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListAppsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListAppsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsRequest.Builder appIds(Collection<String> appIds)
The unique application IDs.
appIds - The unique application IDs.ListAppsRequest.Builder appIds(String... appIds)
The unique application IDs.
appIds - The unique application IDs.ListAppsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListAppsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 100. 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. The default value is 100. To retrieve the
remaining results, make another call with the returned NextToken value.ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.