public static interface Category.Builder extends SdkPojo, CopyableBuilder<Category.Builder,Category>
Modifier and Type | Method and Description |
---|---|
Category.Builder |
code(String code)
The category code for the support case.
|
Category.Builder |
name(String name)
The category name for the support case.
|
copy
applyMutation, build
Category.Builder code(String code)
The category code for the support case.
code
- The category code for the support case.Category.Builder name(String name)
The category name for the support case.
name
- The category name for the support case.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.