public static interface BatchGetApplicationsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetApplicationsRequest.Builder |
applicationNames(Collection<String> applicationNames)
A list of application names separated by spaces.
|
BatchGetApplicationsRequest.Builder |
applicationNames(String... applicationNames)
A list of application names separated by spaces.
|
BatchGetApplicationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetApplicationsRequest.Builder applicationNames(Collection<String> applicationNames)
A list of application names separated by spaces. The maximum number of application names you can specify is 25.
applicationNames - A list of application names separated by spaces. The maximum number of application names you can
specify is 25.BatchGetApplicationsRequest.Builder applicationNames(String... applicationNames)
A list of application names separated by spaces. The maximum number of application names you can specify is 25.
applicationNames - A list of application names separated by spaces. The maximum number of application names you can
specify is 25.BatchGetApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.