public static interface ListApplicationRevisionsResponse.Builder extends CodeDeployResponse.Builder, 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 will also be 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
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListApplicationRevisionsResponse.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 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)
ListApplicationRevisionsResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier will also be 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 will also be returned. It can be used in a
subsequent list application revisions call to return the next set of application revisions in the
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.