Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListApplicationRevisionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
Represents the input of a ListApplicationRevisions operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListApplicationRevisionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
|
static ListApplicationRevisionsRequest.Builder |
builder() |
|
String |
deployed() |
Whether to list revisions based on whether the revision is the target revision of an deployment group:
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An identifier returned from the previous list application revisions call.
|
String |
s3Bucket() |
An Amazon S3 bucket name to limit the search for revisions.
|
String |
s3KeyPrefix() |
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
|
static Class<? extends ListApplicationRevisionsRequest.Builder> |
serializableBuilderClass() |
|
String |
sortBy() |
The column name to use to sort the list results:
|
String |
sortOrder() |
The order in which to sort the list results:
|
ListApplicationRevisionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
public 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.
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
public 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.
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
public 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.
If set to null, all of the user's buckets will be searched.
public String s3KeyPrefix()
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
public 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.
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
public 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.
public ListApplicationRevisionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
public static ListApplicationRevisionsRequest.Builder builder()
public static Class<? extends ListApplicationRevisionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.