Uses of Interface
software.amazon.awssdk.services.datazone.model.DetailedGlossaryTerm.Builder
-
Packages that use DetailedGlossaryTerm.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DetailedGlossaryTerm.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DetailedGlossaryTerm.Builder Modifier and Type Method Description static DetailedGlossaryTerm.BuilderDetailedGlossaryTerm. builder()DetailedGlossaryTerm.BuilderDetailedGlossaryTerm.Builder. name(String name)The name of a glossary term attached to the inventory asset.DetailedGlossaryTerm.BuilderDetailedGlossaryTerm.Builder. shortDescription(String shortDescription)The shoft description of a glossary term attached to the inventory asset.DetailedGlossaryTerm.BuilderDetailedGlossaryTerm. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DetailedGlossaryTerm.Builder Modifier and Type Method Description static Class<? extends DetailedGlossaryTerm.Builder>DetailedGlossaryTerm. serializableBuilderClass()
-