Interface ListBackupAccessPointsResponse.Builder

  • Method Details

    • backupAccessPoints

      A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.

      Parameters:
      backupAccessPoints - A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backupAccessPoints

      ListBackupAccessPointsResponse.Builder backupAccessPoints(ListAccessPointsMember... backupAccessPoints)

      A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.

      Parameters:
      backupAccessPoints - A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backupAccessPoints

      A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.

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

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

      Parameters:
      backupAccessPoints - a consumer that will call methods on ListAccessPointsMember.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 items. For example, if a request is made to return MaxResults number of items, 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 items. For example, if a request is made to return MaxResults number of items, 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.