Uses of Interface
software.amazon.awssdk.services.datazone.model.DataProductItem.Builder
-
Packages that use DataProductItem.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DataProductItem.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DataProductItem.Builder Modifier and Type Method Description static DataProductItem.BuilderDataProductItem. builder()DataProductItem.BuilderDataProductItem.Builder. glossaryTerms(String... glossaryTerms)The glossary terms of the data product.DataProductItem.BuilderDataProductItem.Builder. glossaryTerms(Collection<String> glossaryTerms)The glossary terms of the data product.DataProductItem.BuilderDataProductItem.Builder. identifier(String identifier)The ID of the data product.DataProductItem.BuilderDataProductItem.Builder. itemType(String itemType)The type of the data product.DataProductItem.BuilderDataProductItem.Builder. itemType(DataProductItemType itemType)The type of the data product.DataProductItem.BuilderDataProductItem.Builder. revision(String revision)The revision of the data product.DataProductItem.BuilderDataProductItem. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DataProductItem.Builder Modifier and Type Method Description static Class<? extends DataProductItem.Builder>DataProductItem. serializableBuilderClass()
-