CopyableBuilder<BatchGetApplicationRevisionsRequest.Builder,BatchGetApplicationRevisionsRequest>
, SdkBuilder<BatchGetApplicationRevisionsRequest.Builder,BatchGetApplicationRevisionsRequest>
public static interface BatchGetApplicationRevisionsRequest.Builder extends CopyableBuilder<BatchGetApplicationRevisionsRequest.Builder,BatchGetApplicationRevisionsRequest>
Modifier and Type | Method | Description |
---|---|---|
BatchGetApplicationRevisionsRequest.Builder |
applicationName(String applicationName) |
The name of an AWS CodeDeploy application about which to get revision information.
|
BatchGetApplicationRevisionsRequest.Builder |
revisions(Collection<RevisionLocation> revisions) |
Information to get about the application revisions, including type and location.
|
BatchGetApplicationRevisionsRequest.Builder |
revisions(RevisionLocation... revisions) |
Information to get about the application revisions, including type and location.
|
copy
apply, build
BatchGetApplicationRevisionsRequest.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)
Information to get about the application revisions, including type and location.
revisions
- Information to get about the application revisions, including type and location.BatchGetApplicationRevisionsRequest.Builder revisions(RevisionLocation... revisions)
Information to get about the application revisions, including type and location.
NOTE: This method appends the values to the existing list (if any). Use
#setRevisions(java.util.Collection)
or #withRevisions(java.util.Collection)
if you want to
override the existing values.
revisions
- Information to get about the application revisions, including type and location.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.