Uses of Interface
software.amazon.awssdk.services.qapps.model.BatchCreateCategoryInputCategory.Builder
-
Packages that use BatchCreateCategoryInputCategory.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of BatchCreateCategoryInputCategory.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return BatchCreateCategoryInputCategory.Builder Modifier and Type Method Description static BatchCreateCategoryInputCategory.BuilderBatchCreateCategoryInputCategory. builder()BatchCreateCategoryInputCategory.BuilderBatchCreateCategoryInputCategory.Builder. color(String color)The color to be associated with a category.BatchCreateCategoryInputCategory.BuilderBatchCreateCategoryInputCategory.Builder. id(String id)The unique identifier to be associated with a category.BatchCreateCategoryInputCategory.BuilderBatchCreateCategoryInputCategory.Builder. title(String title)The name of the category.BatchCreateCategoryInputCategory.BuilderBatchCreateCategoryInputCategory. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type BatchCreateCategoryInputCategory.Builder Modifier and Type Method Description static Class<? extends BatchCreateCategoryInputCategory.Builder>BatchCreateCategoryInputCategory. serializableBuilderClass()
-