public static interface ListApplicationVersionsRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsRequest.Builder |
applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
ListApplicationVersionsRequest.Builder |
maxItems(Integer maxItems)
The total number of items to return.
|
ListApplicationVersionsRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListApplicationVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationVersionsRequest.Builder applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId - The Amazon Resource Name (ARN) of the application.ListApplicationVersionsRequest.Builder maxItems(Integer maxItems)
The total number of items to return.
maxItems - The total number of items to return.ListApplicationVersionsRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating.
nextToken - A token to specify where to start paginating.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.