Interface Category.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Category.Builder,,Category> SdkBuilder<Category.Builder,,Category> SdkPojo
- Enclosing class:
Category
@Mutable
@NotThreadSafe
public static interface Category.Builder
extends SdkPojo, CopyableBuilder<Category.Builder,Category>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of published Amazon Q Apps associated with a categoryThe color of the categoryThe unique identifier of the category.The title or name of the category.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
color
The color of the category
- Parameters:
color- The color of the category- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appCount
The number of published Amazon Q Apps associated with a category
- Parameters:
appCount- The number of published Amazon Q Apps associated with a category- Returns:
- Returns a reference to this object so that method calls can be chained together.
-