CopyableBuilder<BatchGetApplicationRevisionsResponse.Builder,BatchGetApplicationRevisionsResponse>
, SdkBuilder<BatchGetApplicationRevisionsResponse.Builder,BatchGetApplicationRevisionsResponse>
public static interface BatchGetApplicationRevisionsResponse.Builder extends CopyableBuilder<BatchGetApplicationRevisionsResponse.Builder,BatchGetApplicationRevisionsResponse>
Modifier and Type | Method | 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.
|
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.
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
- Additional information about the revisions, including the type and location.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.