Interface ListIndexedRecoveryPointsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BackupRequest.Builder
,Buildable
,CopyableBuilder<ListIndexedRecoveryPointsRequest.Builder,
,ListIndexedRecoveryPointsRequest> SdkBuilder<ListIndexedRecoveryPointsRequest.Builder,
,ListIndexedRecoveryPointsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListIndexedRecoveryPointsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter
(Instant createdAfter) Returns only indexed recovery points that were created after the specified date.createdBefore
(Instant createdBefore) Returns only indexed recovery points that were created before the specified date.indexStatus
(String indexStatus) Include this parameter to filter the returned list by the indicated statuses.indexStatus
(IndexStatus indexStatus) Include this parameter to filter the returned list by the indicated statuses.maxResults
(Integer maxResults) The maximum number of resource list items to be returned.The next item following a partial list of returned recovery points.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceType
(String resourceType) Returns a list of indexed recovery points for the specified resource type(s).sourceResourceArn
(String sourceResourceArn) A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.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, sdkFieldNameToField, sdkFields
-
Method Details
-
nextToken
The next item following a partial list of returned recovery points.
For example, if a request is made to return
MaxResults
number of indexed recovery points,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.- Parameters:
nextToken
- The next item following a partial list of returned recovery points.For example, if a request is made to return
MaxResults
number of indexed recovery points,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of resource list items to be returned.
- Parameters:
maxResults
- The maximum number of resource list items to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceResourceArn
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
- Parameters:
sourceResourceArn
- A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
Returns only indexed recovery points that were created before the specified date.
- Parameters:
createdBefore
- Returns only indexed recovery points that were created before the specified date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAfter
Returns only indexed recovery points that were created after the specified date.
- Parameters:
createdAfter
- Returns only indexed recovery points that were created after the specified date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Returns a list of indexed recovery points for the specified resource type(s).
Accepted values include:
-
EBS
for Amazon Elastic Block Store -
S3
for Amazon Simple Storage Service (Amazon S3)
- Parameters:
resourceType
- Returns a list of indexed recovery points for the specified resource type(s).Accepted values include:
-
EBS
for Amazon Elastic Block Store -
S3
for Amazon Simple Storage Service (Amazon S3)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
indexStatus
Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING
|ACTIVE
|FAILED
|DELETING
A recovery point with an index that has the status of
ACTIVE
can be included in a search.- Parameters:
indexStatus
- Include this parameter to filter the returned list by the indicated statuses.Accepted values:
PENDING
|ACTIVE
|FAILED
|DELETING
A recovery point with an index that has the status of
ACTIVE
can be included in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
indexStatus
Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING
|ACTIVE
|FAILED
|DELETING
A recovery point with an index that has the status of
ACTIVE
can be included in a search.- Parameters:
indexStatus
- Include this parameter to filter the returned list by the indicated statuses.Accepted values:
PENDING
|ACTIVE
|FAILED
|DELETING
A recovery point with an index that has the status of
ACTIVE
can be included in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListIndexedRecoveryPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListIndexedRecoveryPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-