| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.builder() |
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.createdAt(Instant createdAt)
The timestamp that specifies when the request to cancel the subscription was created.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.createdBy(String createdBy)
Specifies the Amazon DataZone user who is cancelling the subscription.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.domainId(String domainId)
The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.id(String id)
The identifier of the subscription.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.retainPermissions(Boolean retainPermissions)
Specifies whether the permissions to the asset are retained after the subscription is cancelled.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.status(String status)
The status of the request to cancel the subscription.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.status(SubscriptionStatus status)
The status of the request to cancel the subscription.
|
default CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing)
The asset to which a subscription is being cancelled.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.subscribedListing(SubscribedListing subscribedListing)
The asset to which a subscription is being cancelled.
|
default CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.subscribedPrincipal(Consumer<SubscribedPrincipal.Builder> subscribedPrincipal)
The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being
cancelled.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.subscribedPrincipal(SubscribedPrincipal subscribedPrincipal)
The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being
cancelled.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.subscriptionRequestId(String subscriptionRequestId)
The unique ID of the subscripton request for the subscription that is being cancelled.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.toBuilder() |
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.updatedAt(Instant updatedAt)
The timestamp that specifies when the subscription was cancelled.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.updatedBy(String updatedBy)
The Amazon DataZone user that cancelled the subscription.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelSubscriptionResponse.Builder> |
CancelSubscriptionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.