Interface DetailedGlossaryTerm.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DetailedGlossaryTerm.Builder,DetailedGlossaryTerm>,SdkBuilder<DetailedGlossaryTerm.Builder,DetailedGlossaryTerm>,SdkPojo
- Enclosing class:
- DetailedGlossaryTerm
public static interface DetailedGlossaryTerm.Builder extends SdkPojo, CopyableBuilder<DetailedGlossaryTerm.Builder,DetailedGlossaryTerm>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetailedGlossaryTerm.Buildername(String name)The name of a glossary term attached to the inventory asset.DetailedGlossaryTerm.BuildershortDescription(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, sdkFields
-
-
-
-
Method Detail
-
name
DetailedGlossaryTerm.Builder name(String 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
DetailedGlossaryTerm.Builder shortDescription(String 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.
-
-