public static interface ListApplicationDependenciesRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationDependenciesRequest.Builder,ListApplicationDependenciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationDependenciesRequest.Builder |
applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
ListApplicationDependenciesRequest.Builder |
maxItems(Integer maxItems)
The total number of items to return.
|
ListApplicationDependenciesRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListApplicationDependenciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationDependenciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListApplicationDependenciesRequest.Builder |
semanticVersion(String semanticVersion)
The semantic version of the application to get.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationDependenciesRequest.Builder applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId - The Amazon Resource Name (ARN) of the application.ListApplicationDependenciesRequest.Builder maxItems(Integer maxItems)
The total number of items to return.
maxItems - The total number of items to return.ListApplicationDependenciesRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating.
nextToken - A token to specify where to start paginating.ListApplicationDependenciesRequest.Builder semanticVersion(String semanticVersion)
The semantic version of the application to get.
semanticVersion - The semantic version of the application to get.ListApplicationDependenciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationDependenciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.