public static interface BatchGetApplicationRevisionsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetApplicationRevisionsRequest.Builder,BatchGetApplicationRevisionsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetApplicationRevisionsRequest.Builder |
applicationName(String applicationName)
The name of an AWS CodeDeploy application about which to get revision information.
|
BatchGetApplicationRevisionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetApplicationRevisionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetApplicationRevisionsRequest.Builder |
revisions(Collection<RevisionLocation> revisions)
An array of
RevisionLocation objects that specify information to get about the application
revisions, including type and location. |
BatchGetApplicationRevisionsRequest.Builder |
revisions(Consumer<RevisionLocation.Builder>... revisions)
An array of
RevisionLocation objects that specify information to get about the application
revisions, including type and location. |
BatchGetApplicationRevisionsRequest.Builder |
revisions(RevisionLocation... revisions)
An array of
RevisionLocation objects that specify information to get about the application
revisions, including type and location. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetApplicationRevisionsRequest.Builder applicationName(String applicationName)
The name of an AWS CodeDeploy application about which to get revision information.
applicationName - The name of an AWS CodeDeploy application about which to get revision information.BatchGetApplicationRevisionsRequest.Builder revisions(Collection<RevisionLocation> revisions)
An array of RevisionLocation objects that specify information to get about the application
revisions, including type and location. The maximum number of RevisionLocation objects you can
specify is 25.
revisions - An array of RevisionLocation objects that specify information to get about the
application revisions, including type and location. The maximum number of
RevisionLocation objects you can specify is 25.BatchGetApplicationRevisionsRequest.Builder revisions(RevisionLocation... revisions)
An array of RevisionLocation objects that specify information to get about the application
revisions, including type and location. The maximum number of RevisionLocation objects you can
specify is 25.
revisions - An array of RevisionLocation objects that specify information to get about the
application revisions, including type and location. The maximum number of
RevisionLocation objects you can specify is 25.BatchGetApplicationRevisionsRequest.Builder revisions(Consumer<RevisionLocation.Builder>... revisions)
An array of RevisionLocation objects that specify information to get about the application
revisions, including type and location. The maximum number of RevisionLocation objects you can
specify is 25.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #revisions(List) .revisions - a consumer that will call methods on List.Builder #revisions(List) BatchGetApplicationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetApplicationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.