Uses of Interface
software.amazon.awssdk.services.qapps.model.CategoryInput.Builder
-
Packages that use CategoryInput.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of CategoryInput.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return CategoryInput.Builder Modifier and Type Method Description static CategoryInput.BuilderCategoryInput. builder()CategoryInput.BuilderCategoryInput.Builder. color(String color)The color of the category, represented as a hexadecimal value of either 3 or 6 digits.CategoryInput.BuilderCategoryInput.Builder. id(String id)The unique identifier of the category.CategoryInput.BuilderCategoryInput.Builder. title(String title)The name of the category.CategoryInput.BuilderCategoryInput. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type CategoryInput.Builder Modifier and Type Method Description static Class<? extends CategoryInput.Builder>CategoryInput. serializableBuilderClass()
-