CopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
, SdkBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
public static interface ListApplicationRevisionsRequest.Builder extends CopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListApplicationRevisionsRequest.Builder |
applicationName(String applicationName) |
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
|
ListApplicationRevisionsRequest.Builder |
deployed(String deployed) |
Whether to list revisions based on whether the revision is the target revision of an deployment group:
|
ListApplicationRevisionsRequest.Builder |
deployed(ListStateFilterAction deployed) |
Whether to list revisions based on whether the revision is the target revision of an deployment group:
|
ListApplicationRevisionsRequest.Builder |
nextToken(String nextToken) |
An identifier returned from the previous list application revisions call.
|
ListApplicationRevisionsRequest.Builder |
s3Bucket(String s3Bucket) |
An Amazon S3 bucket name to limit the search for revisions.
|
ListApplicationRevisionsRequest.Builder |
s3KeyPrefix(String s3KeyPrefix) |
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
|
ListApplicationRevisionsRequest.Builder |
sortBy(String sortBy) |
The column name to use to sort the list results:
|
ListApplicationRevisionsRequest.Builder |
sortBy(ApplicationRevisionSortBy sortBy) |
The column name to use to sort the list results:
|
ListApplicationRevisionsRequest.Builder |
sortOrder(String sortOrder) |
The order in which to sort the list results:
|
ListApplicationRevisionsRequest.Builder |
sortOrder(SortOrder sortOrder) |
The order in which to sort the list results:
|
copy
apply, build
ListApplicationRevisionsRequest.Builder applicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.ListApplicationRevisionsRequest.Builder sortBy(String sortBy)
The column name to use to sort the list results:
registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
firstUsedTime: Sort by the time the revisions were first used in a deployment.
lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
sortBy
- The column name to use to sort the list results:
registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
firstUsedTime: Sort by the time the revisions were first used in a deployment.
lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
ListApplicationRevisionsRequest.Builder sortBy(ApplicationRevisionSortBy sortBy)
The column name to use to sort the list results:
registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
firstUsedTime: Sort by the time the revisions were first used in a deployment.
lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
sortBy
- The column name to use to sort the list results:
registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
firstUsedTime: Sort by the time the revisions were first used in a deployment.
lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
ListApplicationRevisionsRequest.Builder sortOrder(String sortOrder)
The order in which to sort the list results:
ascending: ascending order.
descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
sortOrder
- The order in which to sort the list results:
ascending: ascending order.
descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
SortOrder
ListApplicationRevisionsRequest.Builder sortOrder(SortOrder sortOrder)
The order in which to sort the list results:
ascending: ascending order.
descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
sortOrder
- The order in which to sort the list results:
ascending: ascending order.
descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
SortOrder
ListApplicationRevisionsRequest.Builder s3Bucket(String s3Bucket)
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
s3Bucket
- An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
ListApplicationRevisionsRequest.Builder s3KeyPrefix(String s3KeyPrefix)
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
s3KeyPrefix
- A key prefix for the set of Amazon S3 objects to limit the search for revisions.ListApplicationRevisionsRequest.Builder deployed(String deployed)
Whether to list revisions based on whether the revision is the target revision of an deployment group:
include: List revisions that are target revisions of a deployment group.
exclude: Do not list revisions that are target revisions of a deployment group.
ignore: List all revisions.
deployed
- Whether to list revisions based on whether the revision is the target revision of an deployment
group:
include: List revisions that are target revisions of a deployment group.
exclude: Do not list revisions that are target revisions of a deployment group.
ignore: List all revisions.
ListStateFilterAction
ListApplicationRevisionsRequest.Builder deployed(ListStateFilterAction deployed)
Whether to list revisions based on whether the revision is the target revision of an deployment group:
include: List revisions that are target revisions of a deployment group.
exclude: Do not list revisions that are target revisions of a deployment group.
ignore: List all revisions.
deployed
- Whether to list revisions based on whether the revision is the target revision of an deployment
group:
include: List revisions that are target revisions of a deployment group.
exclude: Do not list revisions that are target revisions of a deployment group.
ignore: List all revisions.
ListStateFilterAction
ListApplicationRevisionsRequest.Builder nextToken(String nextToken)
An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
nextToken
- An identifier returned from the previous list application revisions call. It can be used to return the
next set of applications in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.