| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static ListingRevision.Builder |
ListingRevision.builder() |
ListingRevision.Builder |
ListingRevision.Builder.id(String id)
An identifier of a revision of an asset published in a Amazon DataZone catalog.
|
ListingRevision.Builder |
ListingRevision.Builder.revision(String revision)
The details of a revision of an asset published in a Amazon DataZone catalog.
|
ListingRevision.Builder |
ListingRevision.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListingRevision.Builder> |
ListingRevision.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static GrantedEntity |
GrantedEntity.fromListing(Consumer<ListingRevision.Builder> listing)
Create an instance of this class with
GrantedEntity.listing() initialized to the given value. |
default GrantedEntity.Builder |
GrantedEntity.Builder.listing(Consumer<ListingRevision.Builder> listing)
The listing for which a subscription is granted.
|
Copyright © 2023. All rights reserved.