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
Modifier and TypeMethodDescriptionThe category code for the support case.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 Details
-
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
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.
-