| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(Collection<SubscribedAsset> assets)
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(Consumer<SubscribedAsset.Builder>... assets)
This is a convenience method that creates an instance of the
SubscribedAsset.Builder avoiding the need to create
one manually via SubscribedAsset.builder(). |
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(SubscribedAsset... assets)
|
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)
The identifier of the subscription.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSubscriptionGrantStatusResponse.Builder> |
UpdateSubscriptionGrantStatusResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.