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.Builderid(String id)The unique identifier of the category.Category.Buildertitle(String title)The title or name of the 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
-
id
Category.Builder id(String id)
The unique identifier of the category.
- Parameters:
id- The unique identifier of the category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Category.Builder title(String title)
The title or name of the category.
- Parameters:
title- The title or name of the category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-