Interface ListIndexedRecoveryPointsRequest.Builder

    • 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 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

        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:

        • 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

        ListIndexedRecoveryPointsRequest.Builder indexStatus​(String 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, IndexStatus
      • indexStatus

        ListIndexedRecoveryPointsRequest.Builder indexStatus​(IndexStatus 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, IndexStatus