Interface Category.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Category.Builder,Category>,SdkBuilder<Category.Builder,Category>,SdkPojo
- Enclosing class:
- Category
public static interface Category.Builder extends SdkPojo, CopyableBuilder<Category.Builder,Category>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Category.BuildercategoryId(Long categoryId)The ID of the skill store category.Category.BuildercategoryName(String categoryName)The name of the skill store category.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
categoryId
Category.Builder categoryId(Long categoryId)
The ID of the skill store category.
- Parameters:
categoryId- The ID of the skill store category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryName
Category.Builder categoryName(String categoryName)
The name of the skill store category.
- Parameters:
categoryName- The name of the skill store category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-