public static interface UpdateSubscriptionGrantStatusResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionGrantStatusResponse.Builder,UpdateSubscriptionGrantStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionGrantStatusResponse.Builder |
assets(Collection<SubscribedAsset> assets)
|
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 |
assets(SubscribedAsset... assets)
|
UpdateSubscriptionGrantStatusResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the subscription grant status was created.
|
UpdateSubscriptionGrantStatusResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone domain user who created the subscription grant status.
|
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 |
grantedEntity(Consumer<GrantedEntity.Builder> grantedEntity)
The granted entity to be updated as part of the
UpdateSubscriptionGrantStatus action. |
UpdateSubscriptionGrantStatusResponse.Builder |
grantedEntity(GrantedEntity grantedEntity)
The granted entity to be updated as part of the
UpdateSubscriptionGrantStatus action. |
UpdateSubscriptionGrantStatusResponse.Builder |
id(String id)
The identifier of the subscription grant.
|
UpdateSubscriptionGrantStatusResponse.Builder |
status(String status)
The status to be updated as part of the
UpdateSubscriptionGrantStatus action. |
UpdateSubscriptionGrantStatusResponse.Builder |
status(SubscriptionGrantOverallStatus status)
The status to be updated as part of the
UpdateSubscriptionGrantStatus action. |
UpdateSubscriptionGrantStatusResponse.Builder |
subscriptionId(String subscriptionId)
The identifier of the subscription.
|
UpdateSubscriptionGrantStatusResponse.Builder |
subscriptionTargetId(String subscriptionTargetId)
The identifier of the subscription target whose subscription grant status is to be updated.
|
UpdateSubscriptionGrantStatusResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the subscription grant status is to be updated.
|
UpdateSubscriptionGrantStatusResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription grant status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubscriptionGrantStatusResponse.Builder assets(Collection<SubscribedAsset> assets)
assets - UpdateSubscriptionGrantStatusResponse.Builder assets(SubscribedAsset... assets)
assets - UpdateSubscriptionGrantStatusResponse.Builder assets(Consumer<SubscribedAsset.Builder>... assets)
SubscribedAsset.Builder avoiding the need to create
one manually via SubscribedAsset.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #assets(List.
assets - a consumer that will call methods on
SubscribedAsset.Builder#assets(java.util.Collection) UpdateSubscriptionGrantStatusResponse.Builder createdAt(Instant createdAt)
The timestamp of when the subscription grant status was created.
createdAt - The timestamp of when the subscription grant status was created.UpdateSubscriptionGrantStatusResponse.Builder createdBy(String createdBy)
The Amazon DataZone domain user who created the subscription grant status.
createdBy - The Amazon DataZone domain user who created the subscription grant status.UpdateSubscriptionGrantStatusResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.UpdateSubscriptionGrantStatusResponse.Builder grantedEntity(GrantedEntity grantedEntity)
The granted entity to be updated as part of the UpdateSubscriptionGrantStatus action.
grantedEntity - The granted entity to be updated as part of the UpdateSubscriptionGrantStatus action.default UpdateSubscriptionGrantStatusResponse.Builder grantedEntity(Consumer<GrantedEntity.Builder> grantedEntity)
The granted entity to be updated as part of the UpdateSubscriptionGrantStatus action.
GrantedEntity.Builder avoiding the need
to create one manually via GrantedEntity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to grantedEntity(GrantedEntity).
grantedEntity - a consumer that will call methods on GrantedEntity.BuildergrantedEntity(GrantedEntity)UpdateSubscriptionGrantStatusResponse.Builder id(String id)
The identifier of the subscription grant.
id - The identifier of the subscription grant.UpdateSubscriptionGrantStatusResponse.Builder status(String status)
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
status - The status to be updated as part of the UpdateSubscriptionGrantStatus action.SubscriptionGrantOverallStatus,
SubscriptionGrantOverallStatusUpdateSubscriptionGrantStatusResponse.Builder status(SubscriptionGrantOverallStatus status)
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
status - The status to be updated as part of the UpdateSubscriptionGrantStatus action.SubscriptionGrantOverallStatus,
SubscriptionGrantOverallStatusUpdateSubscriptionGrantStatusResponse.Builder subscriptionId(String subscriptionId)
The identifier of the subscription.
subscriptionId - The identifier of the subscription.UpdateSubscriptionGrantStatusResponse.Builder subscriptionTargetId(String subscriptionTargetId)
The identifier of the subscription target whose subscription grant status is to be updated.
subscriptionTargetId - The identifier of the subscription target whose subscription grant status is to be updated.UpdateSubscriptionGrantStatusResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription grant status is to be updated.
updatedAt - The timestamp of when the subscription grant status is to be updated.UpdateSubscriptionGrantStatusResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription grant status.
updatedBy - The Amazon DataZone user who updated the subscription grant status.Copyright © 2023. All rights reserved.