public static interface BatchGetApplicationRevisionsResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<BatchGetApplicationRevisionsResponse.Builder,BatchGetApplicationRevisionsResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationRevisionsResponse.Builder |
applicationName(String applicationName)
The name of the application that corresponds to the revisions.
|
BatchGetApplicationRevisionsResponse.Builder |
errorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
|
BatchGetApplicationRevisionsResponse.Builder |
revisions(Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and location.
|
BatchGetApplicationRevisionsResponse.Builder |
revisions(RevisionInfo... revisions)
Additional information about the revisions, including the type and location.
|
build
copy
apply, build
BatchGetApplicationRevisionsResponse.Builder applicationName(String applicationName)
The name of the application that corresponds to the revisions.
applicationName
- The name of the application that corresponds to the revisions.BatchGetApplicationRevisionsResponse.Builder errorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
errorMessage
- Information about errors that may have occurred during the API call.BatchGetApplicationRevisionsResponse.Builder revisions(Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and location.
revisions
- Additional information about the revisions, including the type and location.BatchGetApplicationRevisionsResponse.Builder revisions(RevisionInfo... revisions)
Additional information about the revisions, including the type and location.
revisions
- Additional information about the revisions, including the type and location.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.