Uses of Interface
software.amazon.awssdk.services.datazone.model.ListingRevision.Builder
-
Packages that use ListingRevision.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListingRevision.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListingRevision.Builder Modifier and Type Method Description static ListingRevision.BuilderListingRevision. builder()ListingRevision.BuilderListingRevision.Builder. id(String id)An identifier of a revision of an asset published in a Amazon DataZone catalog.ListingRevision.BuilderListingRevision.Builder. revision(String revision)The details of a revision of an asset published in a Amazon DataZone catalog.ListingRevision.BuilderListingRevision. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListingRevision.Builder Modifier and Type Method Description static Class<? extends ListingRevision.Builder>ListingRevision. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ListingRevision.Builder Modifier and Type Method Description static GrantedEntityGrantedEntity. fromListing(Consumer<ListingRevision.Builder> listing)Create an instance of this class withGrantedEntity.listing()initialized to the given value.default GrantedEntity.BuilderGrantedEntity.Builder. listing(Consumer<ListingRevision.Builder> listing)The listing for which a subscription is granted.
-