@Generated(value="software.amazon.awssdk:codegen") public final class ListApplicationRevisionsRequest extends CodeDeployRequest implements ToCopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
Represents the input of a ListApplicationRevisions operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApplicationRevisionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
|
static ListApplicationRevisionsRequest.Builder |
builder() |
ListStateFilterAction |
deployed()
Whether to list revisions based on whether the revision is the target revision of an deployment group:
|
String |
deployedAsString()
Whether to list revisions based on whether the revision is the target revision of an deployment group:
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
An identifier returned from the previous
ListApplicationRevisions 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListApplicationRevisionsRequest.Builder> |
serializableBuilderClass() |
ApplicationRevisionSortBy |
sortBy()
The column name to use to sort the list results:
|
String |
sortByAsString()
The column name to use to sort the list results:
|
SortOrder |
sortOrder()
The order in which to sort the list results:
|
String |
sortOrderAsString()
The order in which to sort the list results:
|
ListApplicationRevisionsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationName()
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
public 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 are returned in an arbitrary order.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ApplicationRevisionSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
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 are returned in an arbitrary order.
ApplicationRevisionSortBypublic String sortByAsString()
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 are returned in an arbitrary order.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ApplicationRevisionSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
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 are returned in an arbitrary order.
ApplicationRevisionSortBypublic SortOrder sortOrder()
The order in which to sort the list results:
ascending: ascending order.
descending: descending order.
If not specified, the results are sorted in ascending order.
If set to null, the results are sorted in an arbitrary order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
ascending: ascending order.
descending: descending order.
If not specified, the results are sorted in ascending order.
If set to null, the results are sorted in an arbitrary order.
SortOrderpublic String sortOrderAsString()
The order in which to sort the list results:
ascending: ascending order.
descending: descending order.
If not specified, the results are sorted in ascending order.
If set to null, the results are sorted in an arbitrary order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
ascending: ascending order.
descending: descending order.
If not specified, the results are sorted in ascending order.
If set to null, the results are sorted in an arbitrary order.
SortOrderpublic String s3Bucket()
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets are searched.
If set to null, all of the user's buckets are searched.
public String s3KeyPrefix()
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
public 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.
If the service returns an enum value that is not available in the current SDK version, deployed will
return ListStateFilterAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deployedAsString().
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.
ListStateFilterActionpublic String deployedAsString()
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.
If the service returns an enum value that is not available in the current SDK version, deployed will
return ListStateFilterAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deployedAsString().
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.
ListStateFilterActionpublic String nextToken()
An identifier returned from the previous ListApplicationRevisions call. It can be used to return the
next set of applications in the list.
ListApplicationRevisions call. It can be used to
return the next set of applications in the list.public ListApplicationRevisionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>toBuilder in class CodeDeployRequestpublic static ListApplicationRevisionsRequest.Builder builder()
public static Class<? extends ListApplicationRevisionsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.