UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(Collection<SubscribedAsset> assets) |
The details of the asset for which the subscription grant is created.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(Consumer<SubscribedAsset.Builder>... assets) |
The details of the asset for which the subscription grant is created.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(SubscribedAsset... assets) |
The details of the asset for which the subscription grant is created.
|
static UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.builder() |
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the subscription grant status was created.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.createdBy(String createdBy) |
The Amazon DataZone domain user who created the subscription grant status.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.domainId(String domainId) |
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
|
default UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.grantedEntity(Consumer<GrantedEntity.Builder> grantedEntity) |
The granted entity to be updated as part of the UpdateSubscriptionGrantStatus action.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.grantedEntity(GrantedEntity grantedEntity) |
The granted entity to be updated as part of the UpdateSubscriptionGrantStatus action.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.id(String id) |
The identifier of the subscription grant.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.status(String status) |
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.status(SubscriptionGrantOverallStatus status) |
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.subscriptionId(String subscriptionId) |
Deprecated.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.subscriptionTargetId(String subscriptionTargetId) |
The identifier of the subscription target whose subscription grant status is to be updated.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.toBuilder() |
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the subscription grant status is to be updated.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.updatedBy(String updatedBy) |
The Amazon DataZone user who updated the subscription grant status.
|