public static interface ListReplicationSetsResponse.Builder extends SsmIncidentsResponse.Builder, SdkPojo, CopyableBuilder<ListReplicationSetsResponse.Builder,ListReplicationSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReplicationSetsResponse.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListReplicationSetsResponse.Builder |
replicationSetArns(Collection<String> replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
|
ListReplicationSetsResponse.Builder |
replicationSetArns(String... replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReplicationSetsResponse.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListReplicationSetsResponse.Builder replicationSetArns(Collection<String> replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
replicationSetArns - The Amazon Resource Name (ARN) of the list replication set.ListReplicationSetsResponse.Builder replicationSetArns(String... replicationSetArns)
The Amazon Resource Name (ARN) of the list replication set.
replicationSetArns - The Amazon Resource Name (ARN) of the list replication set.Copyright © 2023. All rights reserved.