public static interface ListSkillsStoreCategoriesResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListSkillsStoreCategoriesResponse.Builder,ListSkillsStoreCategoriesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSkillsStoreCategoriesResponse.Builder |
categoryList(Category... categoryList)
The list of categories.
|
ListSkillsStoreCategoriesResponse.Builder |
categoryList(Collection<Category> categoryList)
The list of categories.
|
ListSkillsStoreCategoriesResponse.Builder |
categoryList(Consumer<Category.Builder>... categoryList)
The list of categories.
|
ListSkillsStoreCategoriesResponse.Builder |
nextToken(String nextToken)
The tokens used for pagination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSkillsStoreCategoriesResponse.Builder categoryList(Collection<Category> categoryList)
The list of categories.
categoryList - The list of categories.ListSkillsStoreCategoriesResponse.Builder categoryList(Category... categoryList)
The list of categories.
categoryList - The list of categories.ListSkillsStoreCategoriesResponse.Builder categoryList(Consumer<Category.Builder>... categoryList)
The list of categories.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #categoryList(List) .categoryList - a consumer that will call methods on List.Builder #categoryList(List) ListSkillsStoreCategoriesResponse.Builder nextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.Copyright © 2021. All rights reserved.