Interface CharacterSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CharacterSet.Builder,CharacterSet>,SdkBuilder<CharacterSet.Builder,CharacterSet>,SdkPojo
- Enclosing class:
- CharacterSet
public static interface CharacterSet.Builder extends SdkPojo, CopyableBuilder<CharacterSet.Builder,CharacterSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacterSet.BuildercharacterSetDescription(String characterSetDescription)The description of the character set.CharacterSet.BuildercharacterSetName(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 Detail
-
characterSetName
CharacterSet.Builder characterSetName(String 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
CharacterSet.Builder characterSetDescription(String 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.
-
-