CopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
, SdkBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
public static interface ListCollectionsResponse.Builder extends CopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListCollectionsResponse.Builder |
collectionIds(String... collectionIds) |
An array of collection IDs.
|
ListCollectionsResponse.Builder |
collectionIds(Collection<String> collectionIds) |
An array of collection IDs.
|
ListCollectionsResponse.Builder |
nextToken(String nextToken) |
If the result is truncated, the response provides a
NextToken that you can use in the subsequent
request to fetch the next set of collection IDs. |
copy
apply, build
ListCollectionsResponse.Builder collectionIds(Collection<String> collectionIds)
An array of collection IDs.
collectionIds
- An array of collection IDs.ListCollectionsResponse.Builder collectionIds(String... collectionIds)
An array of collection IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setCollectionIds(java.util.Collection)
or #withCollectionIds(java.util.Collection)
if you
want to override the existing values.
collectionIds
- An array of collection IDs.ListCollectionsResponse.Builder nextToken(String nextToken)
If the result is truncated, the response provides a NextToken
that you can use in the subsequent
request to fetch the next set of collection IDs.
nextToken
- If the result is truncated, the response provides a NextToken
that you can use in the
subsequent request to fetch the next set of collection IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.