Interface ListIndexedRecoveryPointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<ListIndexedRecoveryPointsRequest.Builder,ListIndexedRecoveryPointsRequest>,SdkBuilder<ListIndexedRecoveryPointsRequest.Builder,ListIndexedRecoveryPointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIndexedRecoveryPointsRequest
public static interface ListIndexedRecoveryPointsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListIndexedRecoveryPointsRequest.Builder,ListIndexedRecoveryPointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIndexedRecoveryPointsRequest.BuildercreatedAfter(Instant createdAfter)Returns only indexed recovery points that were created after the specified date.ListIndexedRecoveryPointsRequest.BuildercreatedBefore(Instant createdBefore)Returns only indexed recovery points that were created before the specified date.ListIndexedRecoveryPointsRequest.BuilderindexStatus(String indexStatus)Include this parameter to filter the returned list by the indicated statuses.ListIndexedRecoveryPointsRequest.BuilderindexStatus(IndexStatus indexStatus)Include this parameter to filter the returned list by the indicated statuses.ListIndexedRecoveryPointsRequest.BuildermaxResults(Integer maxResults)The maximum number of resource list items to be returned.ListIndexedRecoveryPointsRequest.BuildernextToken(String nextToken)The next item following a partial list of returned recovery points.ListIndexedRecoveryPointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIndexedRecoveryPointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIndexedRecoveryPointsRequest.BuilderresourceType(String resourceType)Returns a list of indexed recovery points for the specified resource type(s).ListIndexedRecoveryPointsRequest.BuildersourceResourceArn(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 Detail
-
nextToken
ListIndexedRecoveryPointsRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned recovery points.
For example, if a request is made to return
MaxResultsnumber of indexed recovery points,NextTokenallows 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
MaxResultsnumber of indexed recovery points,NextTokenallows 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
ListIndexedRecoveryPointsRequest.Builder maxResults(Integer 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
ListIndexedRecoveryPointsRequest.Builder sourceResourceArn(String 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
ListIndexedRecoveryPointsRequest.Builder createdBefore(Instant 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
ListIndexedRecoveryPointsRequest.Builder createdAfter(Instant 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
ListIndexedRecoveryPointsRequest.Builder resourceType(String resourceType)
Returns a list of indexed recovery points for the specified resource type(s).
Accepted values include:
-
EBSfor Amazon Elastic Block Store -
S3for Amazon Simple Storage Service (Amazon S3)
- Parameters:
resourceType- Returns a list of indexed recovery points for the specified resource type(s).Accepted values include:
-
EBSfor Amazon Elastic Block Store -
S3for Amazon Simple Storage Service (Amazon S3)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
indexStatus
ListIndexedRecoveryPointsRequest.Builder indexStatus(String indexStatus)
Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Parameters:
indexStatus- Include this parameter to filter the returned list by the indicated statuses.Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexStatus,IndexStatus
-
indexStatus
ListIndexedRecoveryPointsRequest.Builder indexStatus(IndexStatus indexStatus)
Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Parameters:
indexStatus- Include this parameter to filter the returned list by the indicated statuses.Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexStatus,IndexStatus
-
overrideConfiguration
ListIndexedRecoveryPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIndexedRecoveryPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-