CopyableBuilder<ListApplicationRevisionsResponse.Builder,ListApplicationRevisionsResponse>
, SdkBuilder<ListApplicationRevisionsResponse.Builder,ListApplicationRevisionsResponse>
public static interface ListApplicationRevisionsResponse.Builder extends CopyableBuilder<ListApplicationRevisionsResponse.Builder,ListApplicationRevisionsResponse>
Modifier and Type | Method | 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(RevisionLocation... revisions) |
A list of locations that contain the matching revisions.
|
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.
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
- A list of locations that contain the matching revisions.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.