public static interface ListApplicationsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest.Builder |
environmentId(String environmentId)
The unique identifier of the runtime environment where the applications are deployed.
|
ListApplicationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of applications to return.
|
ListApplicationsRequest.Builder |
names(Collection<String> names)
The names of the applications.
|
ListApplicationsRequest.Builder |
names(String... names)
The names of the applications.
|
ListApplicationsRequest.Builder |
nextToken(String nextToken)
A pagination token to control the number of applications displayed in the list.
|
ListApplicationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsRequest.Builder environmentId(String environmentId)
The unique identifier of the runtime environment where the applications are deployed.
environmentId - The unique identifier of the runtime environment where the applications are deployed.ListApplicationsRequest.Builder maxResults(Integer maxResults)
The maximum number of applications to return.
maxResults - The maximum number of applications to return.ListApplicationsRequest.Builder names(Collection<String> names)
The names of the applications.
names - The names of the applications.ListApplicationsRequest.Builder names(String... names)
The names of the applications.
names - The names of the applications.ListApplicationsRequest.Builder nextToken(String nextToken)
A pagination token to control the number of applications displayed in the list.
nextToken - A pagination token to control the number of applications displayed in the list.ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.