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.Buildercode(String code)The category code for the support case.Category.Buildername(String name)The category name for the support case.-
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
-
code
Category.Builder code(String code)
The category code for the support case.
- Parameters:
code- The category code for the support case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Category.Builder name(String name)
The category name for the support case.
- Parameters:
name- The category name for the support case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-