public static interface BatchGetApplicationRevisionsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, 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 might 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(Consumer<RevisionInfo.Builder>... 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 might have occurred during the API call.
errorMessage - Information about errors that might 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.BatchGetApplicationRevisionsResponse.Builder revisions(Consumer<RevisionInfo.Builder>... revisions)
Additional information about the revisions, including the type and location.
This is a convenience method that creates an instance of theRevisionInfo.Builder avoiding the need to create one
manually via RevisionInfo.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
RevisionInfo.Builder#revisions(java.util.Collection) Copyright © 2023. All rights reserved.