DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.assets(Collection<SubscribedAsset> assets) |
The assets for which the subsctiption grant that is deleted gave access.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.assets(Consumer<SubscribedAsset.Builder>... assets) |
The assets for which the subsctiption grant that is deleted gave access.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.assets(SubscribedAsset... assets) |
The assets for which the subsctiption grant that is deleted gave access.
|
static DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.builder() |
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the subscription grant that is deleted was created.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.domainId(String domainId) |
The ID of the Amazon DataZone domain in which the subscription grant is deleted.
|
default DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.grantedEntity(Consumer<GrantedEntity.Builder> grantedEntity) |
The entity to which the subscription is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.grantedEntity(GrantedEntity grantedEntity) |
The entity to which the subscription is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.id(String id) |
The ID of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.status(String status) |
The status of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.status(SubscriptionGrantOverallStatus status) |
The status of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.subscriptionId(String subscriptionId) |
The identifier of the subsctiption whose subscription grant is to be deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.subscriptionTargetId(String subscriptionTargetId) |
The ID of the subscription target associated with the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.toBuilder() |
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the subscription grant that is deleted was updated.
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.updatedBy(String updatedBy) |
The Amazon DataZone user who updated the subscription grant that is deleted.
|