public static interface ListApplicationVersionsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsRequest.Builder |
applicationId(String applicationId)
The unique identifier of the application.
|
ListApplicationVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of application versions to return.
|
ListApplicationVersionsRequest.Builder |
nextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListApplicationVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationVersionsRequest.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.ListApplicationVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of application versions to return.
maxResults - The maximum number of application versions to return.ListApplicationVersionsRequest.Builder nextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.ListApplicationVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.