public static interface RevokeSubscriptionResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<RevokeSubscriptionResponse.Builder,RevokeSubscriptionResponse>
| Modifier and Type | Method and Description |
|---|---|
RevokeSubscriptionResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the subscription was revoked.
|
RevokeSubscriptionResponse.Builder |
createdBy(String createdBy)
The identifier of the user who revoked the subscription.
|
RevokeSubscriptionResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain where you want to revoke a subscription.
|
RevokeSubscriptionResponse.Builder |
id(String id)
The identifier of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
retainPermissions(Boolean retainPermissions)
Specifies whether permissions are retained when the subscription is revoked.
|
RevokeSubscriptionResponse.Builder |
status(String status)
The status of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
status(SubscriptionStatus status)
The status of the revoked subscription.
|
default RevokeSubscriptionResponse.Builder |
subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing)
The subscribed listing of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
subscribedListing(SubscribedListing subscribedListing)
The subscribed listing of the revoked subscription.
|
default RevokeSubscriptionResponse.Builder |
subscribedPrincipal(Consumer<SubscribedPrincipal.Builder> subscribedPrincipal)
The subscribed principal of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
subscribedPrincipal(SubscribedPrincipal subscribedPrincipal)
The subscribed principal of the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
subscriptionRequestId(String subscriptionRequestId)
The identifier of the subscription request for the revoked subscription.
|
RevokeSubscriptionResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the subscription was revoked.
|
RevokeSubscriptionResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who revoked the subscription.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeSubscriptionResponse.Builder createdAt(Instant createdAt)
The timestamp of when the subscription was revoked.
createdAt - The timestamp of when the subscription was revoked.RevokeSubscriptionResponse.Builder createdBy(String createdBy)
The identifier of the user who revoked the subscription.
createdBy - The identifier of the user who revoked the subscription.RevokeSubscriptionResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain where you want to revoke a subscription.
domainId - The identifier of the Amazon DataZone domain where you want to revoke a subscription.RevokeSubscriptionResponse.Builder id(String id)
The identifier of the revoked subscription.
id - The identifier of the revoked subscription.RevokeSubscriptionResponse.Builder retainPermissions(Boolean retainPermissions)
Specifies whether permissions are retained when the subscription is revoked.
retainPermissions - Specifies whether permissions are retained when the subscription is revoked.RevokeSubscriptionResponse.Builder status(String status)
The status of the revoked subscription.
status - The status of the revoked subscription.SubscriptionStatus,
SubscriptionStatusRevokeSubscriptionResponse.Builder status(SubscriptionStatus status)
The status of the revoked subscription.
status - The status of the revoked subscription.SubscriptionStatus,
SubscriptionStatusRevokeSubscriptionResponse.Builder subscribedListing(SubscribedListing subscribedListing)
The subscribed listing of the revoked subscription.
subscribedListing - The subscribed listing of the revoked subscription.default RevokeSubscriptionResponse.Builder subscribedListing(Consumer<SubscribedListing.Builder> subscribedListing)
The subscribed listing of the revoked subscription.
This is a convenience method that creates an instance of theSubscribedListing.Builder avoiding the
need to create one manually via SubscribedListing.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to subscribedListing(SubscribedListing).
subscribedListing - a consumer that will call methods on SubscribedListing.BuildersubscribedListing(SubscribedListing)RevokeSubscriptionResponse.Builder subscribedPrincipal(SubscribedPrincipal subscribedPrincipal)
The subscribed principal of the revoked subscription.
subscribedPrincipal - The subscribed principal of the revoked subscription.default RevokeSubscriptionResponse.Builder subscribedPrincipal(Consumer<SubscribedPrincipal.Builder> subscribedPrincipal)
The subscribed principal of the revoked subscription.
This is a convenience method that creates an instance of theSubscribedPrincipal.Builder avoiding the
need to create one manually via SubscribedPrincipal.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to subscribedPrincipal(SubscribedPrincipal).
subscribedPrincipal - a consumer that will call methods on SubscribedPrincipal.BuildersubscribedPrincipal(SubscribedPrincipal)RevokeSubscriptionResponse.Builder subscriptionRequestId(String subscriptionRequestId)
The identifier of the subscription request for the revoked subscription.
subscriptionRequestId - The identifier of the subscription request for the revoked subscription.RevokeSubscriptionResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription was revoked.
updatedAt - The timestamp of when the subscription was revoked.RevokeSubscriptionResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user who revoked the subscription.
updatedBy - The Amazon DataZone user who revoked the subscription.Copyright © 2023. All rights reserved.