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