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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
characterSetNameThe 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.
 
- 
characterSetDescriptionThe 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.
 
 
-