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(RevisionLocation... revisions)
A list of locations that contain the matching revisions.
|
build
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 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.