Interface ListApplicationRevisionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>,SdkBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationRevisionsRequest
public static interface ListApplicationRevisionsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationRevisionsRequest.Builder,ListApplicationRevisionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationRevisionsRequest.BuilderapplicationName(String applicationName)The name of an CodeDeploy application associated with the user or Amazon Web Services account.ListApplicationRevisionsRequest.Builderdeployed(String deployed)Whether to list revisions based on whether the revision is the target revision of a deployment group:ListApplicationRevisionsRequest.Builderdeployed(ListStateFilterAction deployed)Whether to list revisions based on whether the revision is the target revision of a deployment group:ListApplicationRevisionsRequest.BuildernextToken(String nextToken)An identifier returned from the previousListApplicationRevisionscall.ListApplicationRevisionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationRevisionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApplicationRevisionsRequest.Builders3Bucket(String s3Bucket)An Amazon S3 bucket name to limit the search for revisions.ListApplicationRevisionsRequest.Builders3KeyPrefix(String s3KeyPrefix)A key prefix for the set of Amazon S3 objects to limit the search for revisions.ListApplicationRevisionsRequest.BuildersortBy(String sortBy)The column name to use to sort the list results:ListApplicationRevisionsRequest.BuildersortBy(ApplicationRevisionSortBy sortBy)The column name to use to sort the list results:ListApplicationRevisionsRequest.BuildersortOrder(String sortOrder)The order in which to sort the list results:ListApplicationRevisionsRequest.BuildersortOrder(SortOrder sortOrder)The order in which to sort the list results:-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationName
ListApplicationRevisionsRequest.Builder applicationName(String applicationName)
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
- Parameters:
applicationName- The name of an CodeDeploy application associated with the user or Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
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 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.
- Parameters:
sortBy- The column name to use to sort the list results:-
registerTime: Sort by the time the revisions were registered with 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationRevisionSortBy,ApplicationRevisionSortBy
-
-
sortBy
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 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.
- Parameters:
sortBy- The column name to use to sort the list results:-
registerTime: Sort by the time the revisions were registered with 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationRevisionSortBy,ApplicationRevisionSortBy
-
-
sortOrder
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 are sorted in ascending order.
If set to null, the results are sorted in an arbitrary order.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
-
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 are sorted in ascending order.
If set to null, the results are sorted in an arbitrary order.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
-
s3Bucket
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 are searched.
- Parameters:
s3Bucket- An Amazon S3 bucket name to limit the search for revisions.If set to null, all of the user's buckets are searched.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
ListApplicationRevisionsRequest.Builder s3KeyPrefix(String s3KeyPrefix)
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
- Parameters:
s3KeyPrefix- A key prefix for the set of Amazon S3 objects to limit the search for revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deployed
ListApplicationRevisionsRequest.Builder deployed(String deployed)
Whether to list revisions based on whether the revision is the target revision of a 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.
- Parameters:
deployed- Whether to list revisions based on whether the revision is the target revision of a 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListStateFilterAction,ListStateFilterAction
-
-
deployed
ListApplicationRevisionsRequest.Builder deployed(ListStateFilterAction deployed)
Whether to list revisions based on whether the revision is the target revision of a 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.
- Parameters:
deployed- Whether to list revisions based on whether the revision is the target revision of a 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListStateFilterAction,ListStateFilterAction
-
-
nextToken
ListApplicationRevisionsRequest.Builder nextToken(String nextToken)
An identifier returned from the previous
ListApplicationRevisionscall. It can be used to return the next set of applications in the list.- Parameters:
nextToken- An identifier returned from the previousListApplicationRevisionscall. It can be used to return the next set of applications in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListApplicationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-