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 method that creates an instance of theCategory.Builder avoiding the need to create
one manually via Category.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #categoryList(List.
categoryList - a consumer that will call methods on
Category.Builder#categoryList(java.util.Collection) ListSkillsStoreCategoriesResponse.Builder nextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.Copyright © 2023. All rights reserved.