Interface ListReplicationSetsResponse.Builder

  • Method Details

    • nextToken

      The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.

      Parameters:
      nextToken - The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationSetArns

      ListReplicationSetsResponse.Builder replicationSetArns(Collection<String> replicationSetArns)

      The Amazon Resource Name (ARN) of the list replication set.

      Parameters:
      replicationSetArns - The Amazon Resource Name (ARN) of the list replication set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationSetArns

      ListReplicationSetsResponse.Builder replicationSetArns(String... replicationSetArns)

      The Amazon Resource Name (ARN) of the list replication set.

      Parameters:
      replicationSetArns - The Amazon Resource Name (ARN) of the list replication set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.