Interface CharacterSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CharacterSet.Builder,
,CharacterSet> SdkBuilder<CharacterSet.Builder,
,CharacterSet> SdkPojo
- Enclosing class:
CharacterSet
@Mutable
@NotThreadSafe
public static interface CharacterSet.Builder
extends SdkPojo, CopyableBuilder<CharacterSet.Builder,CharacterSet>
-
Method Summary
Modifier and TypeMethodDescriptioncharacterSetDescription
(String characterSetDescription) The description of the character set.characterSetName
(String characterSetName) The name of the character set.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, sdkFieldNameToField, sdkFields
-
Method Details
-
characterSetName
The name of the character set.
- Parameters:
characterSetName
- The name of the character set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
characterSetDescription
The description of the character set.
- Parameters:
characterSetDescription
- The description of the character set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-