public static interface BatchGetApplicationRevisionsResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, buildBatchGetApplicationRevisionsResponse.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. All rights reserved.