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 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 CodeDeploy application about which to get revision information.
applicationName - The name of an 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.
RevisionLocation.Builder avoiding the need to create
one manually via RevisionLocation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #revisions(List.
revisions - a consumer that will call methods on
RevisionLocation.Builder#revisions(java.util.Collection) BatchGetApplicationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetApplicationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.