Interface ListReplicationSetsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListReplicationSetsResponse.Builder,ListReplicationSetsResponse>, SdkBuilder<ListReplicationSetsResponse.Builder,ListReplicationSetsResponse>, SdkPojo, SdkResponse.Builder, SsmIncidentsResponse.Builder
Enclosing class:
ListReplicationSetsResponse

public static interface ListReplicationSetsResponse.Builder extends SsmIncidentsResponse.Builder, SdkPojo, CopyableBuilder<ListReplicationSetsResponse.Builder,ListReplicationSetsResponse>
  • 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.