Interface GlossaryTermItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GlossaryTermItem.Builder,,GlossaryTermItem> SdkBuilder<GlossaryTermItem.Builder,,GlossaryTermItem> SdkPojo
- Enclosing class:
GlossaryTermItem
@Mutable
@NotThreadSafe
public static interface GlossaryTermItem.Builder
extends SdkPojo, CopyableBuilder<GlossaryTermItem.Builder,GlossaryTermItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the glossary term.The name of the glossary term.shortDescription(String shortDescription) The short description of the glossary term.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the glossary term.
- Parameters:
id- The unique identifier of the glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the glossary term.
- Parameters:
name- The name of the glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shortDescription
The short description of the glossary term.
- Parameters:
shortDescription- The short description of the glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-