public static interface Category.Builder extends SdkPojo, CopyableBuilder<Category.Builder,Category>
| Modifier and Type | Method and Description |
|---|---|
Category.Builder |
categoryId(Long categoryId)
The ID of the skill store category.
|
Category.Builder |
categoryName(String categoryName)
The name of the skill store category.
|
copyapplyMutation, buildCategory.Builder categoryId(Long categoryId)
The ID of the skill store category.
categoryId - The ID of the skill store category.Category.Builder categoryName(String categoryName)
The name of the skill store category.
categoryName - The name of the skill store category.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.