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(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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.BatchGetApplicationRevisionsResponse.Builder revisions(Consumer<RevisionInfo.Builder>... revisions)
Additional information about the revisions, including the type and location.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #revisions(List)
.revisions
- a consumer that will call methods on List.Builder
#revisions(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.