Interface GlossaryItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GlossaryItem.Builder,,GlossaryItem> SdkBuilder<GlossaryItem.Builder,,GlossaryItem> SdkPojo
- Enclosing class:
GlossaryItem
@Mutable
@NotThreadSafe
public static interface GlossaryItem.Builder
extends SdkPojo, CopyableBuilder<GlossaryItem.Builder,GlossaryItem>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the glossary.The unique identifier of the glossary.The name of the glossary.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.
- Parameters:
id- The unique identifier of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the glossary.
- Parameters:
name- The name of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the glossary.
- Parameters:
description- The description of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-