static RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.builder() |
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the subscription was revoked.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.createdBy(String createdBy) |
The identifier of the user who revoked the subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.domainId(String domainId) |
The identifier of the Amazon DataZone domain where you want to revoke a subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.id(String id) |
The identifier of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.retainPermissions(Boolean retainPermissions) |
Specifies whether permissions are retained when the subscription is revoked.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.status(String status) |
The status of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.status(SubscriptionStatus status) |
The status of the revoked subscription.
|
default RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing) |
The subscribed listing of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.subscribedListing(SubscribedListing subscribedListing) |
The subscribed listing of the revoked subscription.
|
default RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.subscribedPrincipal(Consumer<SubscribedPrincipal.Builder> subscribedPrincipal) |
The subscribed principal of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.subscribedPrincipal(SubscribedPrincipal subscribedPrincipal) |
The subscribed principal of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.subscriptionRequestId(String subscriptionRequestId) |
The identifier of the subscription request for the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.toBuilder() |
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the subscription was revoked.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.updatedBy(String updatedBy) |
The Amazon DataZone user who revoked the subscription.
|