Interface ListIndexedRecoveryPointsRequest.Builder

  • 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

      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

      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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.