public static interface ListSuitesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListSuitesRequest.Builder,ListSuitesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSuitesRequest.Builder |
arn(String arn)
The suites' ARNs.
|
ListSuitesRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
copyapply, buildListSuitesRequest.Builder arn(String arn)
The suites' ARNs.
arn - The suites' ARNs.ListSuitesRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017. All rights reserved.