Uses of Interface
software.amazon.awssdk.services.datazone.model.SubscribedListing.Builder
-
Packages that use SubscribedListing.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscribedListing.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SubscribedListing.Builder Modifier and Type Method Description static SubscribedListing.BuilderSubscribedListing. builder()SubscribedListing.BuilderSubscribedListing.Builder. description(String description)The description of the published asset for which the subscription grant is created.SubscribedListing.BuilderSubscribedListing.Builder. id(String id)The identifier of the published asset for which the subscription grant is created.default SubscribedListing.BuilderSubscribedListing.Builder. item(Consumer<SubscribedListingItem.Builder> item)The published asset for which the subscription grant is created.SubscribedListing.BuilderSubscribedListing.Builder. item(SubscribedListingItem item)The published asset for which the subscription grant is created.SubscribedListing.BuilderSubscribedListing.Builder. name(String name)The name of the published asset for which the subscription grant is created.SubscribedListing.BuilderSubscribedListing.Builder. ownerProjectId(String ownerProjectId)The identifier of the project of the published asset for which the subscription grant is created.SubscribedListing.BuilderSubscribedListing.Builder. ownerProjectName(String ownerProjectName)The name of the project that owns the published asset for which the subscription grant is created.SubscribedListing.BuilderSubscribedListing.Builder. revision(String revision)The revision of the published asset for which the subscription grant is created.SubscribedListing.BuilderSubscribedListing. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SubscribedListing.Builder Modifier and Type Method Description static Class<? extends SubscribedListing.Builder>SubscribedListing. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SubscribedListing.Builder Modifier and Type Method Description default CancelSubscriptionResponse.BuilderCancelSubscriptionResponse.Builder. subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing)The asset to which a subscription is being cancelled.default GetSubscriptionResponse.BuilderGetSubscriptionResponse.Builder. subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing)This is a convenience method that creates an instance of theSubscribedListing.Builderavoiding the need to create one manually viaSubscribedListing.builder().default RevokeSubscriptionResponse.BuilderRevokeSubscriptionResponse.Builder. subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing)The subscribed listing of the revoked subscription.default SubscriptionSummary.BuilderSubscriptionSummary.Builder. subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing)The listing included in the subscription.
-