public static interface ListApplicationRevisionsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationRevisionsResponse.Builder,ListApplicationRevisionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationRevisionsResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
ListApplicationRevisionsResponse.Builder |
revisions(Collection<RevisionLocation> revisions)
A list of locations that contain the matching revisions.
|
ListApplicationRevisionsResponse.Builder |
revisions(Consumer<RevisionLocation.Builder>... revisions)
A list of locations that contain the matching revisions.
|
ListApplicationRevisionsResponse.Builder |
revisions(RevisionLocation... revisions)
A list of locations that contain the matching revisions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationRevisionsResponse.Builder revisions(Collection<RevisionLocation> revisions)
A list of locations that contain the matching revisions.
revisions - A list of locations that contain the matching revisions.ListApplicationRevisionsResponse.Builder revisions(RevisionLocation... revisions)
A list of locations that contain the matching revisions.
revisions - A list of locations that contain the matching revisions.ListApplicationRevisionsResponse.Builder revisions(Consumer<RevisionLocation.Builder>... revisions)
A list of locations that contain the matching revisions.
This is a convenience method that creates an instance of theRevisionLocation.Builder avoiding the need to create
one manually via RevisionLocation.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
RevisionLocation.Builder#revisions(java.util.Collection) ListApplicationRevisionsResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent list application revisions call to return the next set of application revisions in the
list.Copyright © 2023. All rights reserved.