Interface ListIndexedRecoveryPointsResponse.Builder

  • Method Details

    • indexedRecoveryPoints

      ListIndexedRecoveryPointsResponse.Builder indexedRecoveryPoints(Collection<IndexedRecoveryPoint> indexedRecoveryPoints)

      This is a list of recovery points that have an associated index, belonging to the specified account.

      Parameters:
      indexedRecoveryPoints - This is a list of recovery points that have an associated index, belonging to the specified account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indexedRecoveryPoints

      ListIndexedRecoveryPointsResponse.Builder indexedRecoveryPoints(IndexedRecoveryPoint... indexedRecoveryPoints)

      This is a list of recovery points that have an associated index, belonging to the specified account.

      Parameters:
      indexedRecoveryPoints - This is a list of recovery points that have an associated index, belonging to the specified account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indexedRecoveryPoints

      ListIndexedRecoveryPointsResponse.Builder indexedRecoveryPoints(Consumer<IndexedRecoveryPoint.Builder>... indexedRecoveryPoints)

      This is a list of recovery points that have an associated index, belonging to the specified account.

      This is a convenience method that creates an instance of the IndexedRecoveryPoint.Builder avoiding the need to create one manually via IndexedRecoveryPoint.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to indexedRecoveryPoints(List<IndexedRecoveryPoint>).

      Parameters:
      indexedRecoveryPoints - a consumer that will call methods on IndexedRecoveryPoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.