public static interface DeleteSubscriptionGrantResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<DeleteSubscriptionGrantResponse.Builder,DeleteSubscriptionGrantResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteSubscriptionGrantResponse.Builder |
assets(Collection<SubscribedAsset> assets)
The assets for which the subsctiption grant that is deleted gave access.
|
DeleteSubscriptionGrantResponse.Builder |
assets(Consumer<SubscribedAsset.Builder>... assets)
The assets for which the subsctiption grant that is deleted gave access.
|
DeleteSubscriptionGrantResponse.Builder |
assets(SubscribedAsset... assets)
The assets for which the subsctiption grant that is deleted gave access.
|
DeleteSubscriptionGrantResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the subscription grant that is deleted was created.
|
DeleteSubscriptionGrantResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which the subscription grant is deleted.
|
default DeleteSubscriptionGrantResponse.Builder |
grantedEntity(Consumer<GrantedEntity.Builder> grantedEntity)
The entity to which the subscription is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
grantedEntity(GrantedEntity grantedEntity)
The entity to which the subscription is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
id(String id)
The ID of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
status(String status)
The status of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
status(SubscriptionGrantOverallStatus status)
The status of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
subscriptionId(String subscriptionId)
The identifier of the subsctiption whose subscription grant is to be deleted.
|
DeleteSubscriptionGrantResponse.Builder |
subscriptionTargetId(String subscriptionTargetId)
The ID of the subscription target associated with the subscription grant that is deleted.
|
DeleteSubscriptionGrantResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the subscription grant that is deleted was updated.
|
DeleteSubscriptionGrantResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription grant that is deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSubscriptionGrantResponse.Builder assets(Collection<SubscribedAsset> assets)
The assets for which the subsctiption grant that is deleted gave access.
assets - The assets for which the subsctiption grant that is deleted gave access.DeleteSubscriptionGrantResponse.Builder assets(SubscribedAsset... assets)
The assets for which the subsctiption grant that is deleted gave access.
assets - The assets for which the subsctiption grant that is deleted gave access.DeleteSubscriptionGrantResponse.Builder assets(Consumer<SubscribedAsset.Builder>... assets)
The assets for which the subsctiption grant that is deleted gave access.
This is a convenience method that creates an instance of theSubscribedAsset.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) DeleteSubscriptionGrantResponse.Builder createdAt(Instant createdAt)
The timestamp of when the subscription grant that is deleted was created.
createdAt - The timestamp of when the subscription grant that is deleted was created.DeleteSubscriptionGrantResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the subscription grant that is deleted.
createdBy - The Amazon DataZone user who created the subscription grant that is deleted.DeleteSubscriptionGrantResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the subscription grant is deleted.
domainId - The ID of the Amazon DataZone domain in which the subscription grant is deleted.DeleteSubscriptionGrantResponse.Builder grantedEntity(GrantedEntity grantedEntity)
The entity to which the subscription is deleted.
grantedEntity - The entity to which the subscription is deleted.default DeleteSubscriptionGrantResponse.Builder grantedEntity(Consumer<GrantedEntity.Builder> grantedEntity)
The entity to which the subscription is deleted.
This is a convenience method that creates an instance of theGrantedEntity.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)DeleteSubscriptionGrantResponse.Builder id(String id)
The ID of the subscription grant that is deleted.
id - The ID of the subscription grant that is deleted.DeleteSubscriptionGrantResponse.Builder status(String status)
The status of the subscription grant that is deleted.
status - The status of the subscription grant that is deleted.SubscriptionGrantOverallStatus,
SubscriptionGrantOverallStatusDeleteSubscriptionGrantResponse.Builder status(SubscriptionGrantOverallStatus status)
The status of the subscription grant that is deleted.
status - The status of the subscription grant that is deleted.SubscriptionGrantOverallStatus,
SubscriptionGrantOverallStatusDeleteSubscriptionGrantResponse.Builder subscriptionId(String subscriptionId)
The identifier of the subsctiption whose subscription grant is to be deleted.
subscriptionId - The identifier of the subsctiption whose subscription grant is to be deleted.DeleteSubscriptionGrantResponse.Builder subscriptionTargetId(String subscriptionTargetId)
The ID of the subscription target associated with the subscription grant that is deleted.
subscriptionTargetId - The ID of the subscription target associated with the subscription grant that is deleted.DeleteSubscriptionGrantResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription grant that is deleted was updated.
updatedAt - The timestamp of when the subscription grant that is deleted was updated.DeleteSubscriptionGrantResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription grant that is deleted.
updatedBy - The Amazon DataZone user who updated the subscription grant that is deleted.Copyright © 2023. All rights reserved.