public static interface AcceptSubscriptionRequestResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<AcceptSubscriptionRequestResponse.Builder,AcceptSubscriptionRequestResponse>
| Modifier and Type | Method and Description |
|---|---|
AcceptSubscriptionRequestResponse.Builder |
createdAt(Instant createdAt)
The timestamp that specifies when the subscription request was accepted.
|
AcceptSubscriptionRequestResponse.Builder |
createdBy(String createdBy)
Specifies the Amazon DataZone user that accepted the specified subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
decisionComment(String decisionComment)
Specifies the reason for accepting the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
domainId(String domainId)
The unique identifier of the Amazon DataZone domain where the specified subscription request was accepted.
|
AcceptSubscriptionRequestResponse.Builder |
id(String id)
The identifier of the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
requestReason(String requestReason)
Specifies the reason for requesting a subscription to the asset.
|
AcceptSubscriptionRequestResponse.Builder |
reviewerId(String reviewerId)
Specifes the ID of the Amazon DataZone user who reviewed the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
status(String status)
Specifies the status of the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
status(SubscriptionRequestStatus status)
Specifies the status of the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
subscribedListings(Collection<SubscribedListing> subscribedListings)
Specifies the asset for which the subscription request was created.
|
AcceptSubscriptionRequestResponse.Builder |
subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
Specifies the asset for which the subscription request was created.
|
AcceptSubscriptionRequestResponse.Builder |
subscribedListings(SubscribedListing... subscribedListings)
Specifies the asset for which the subscription request was created.
|
AcceptSubscriptionRequestResponse.Builder |
subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
subscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)
Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
|
AcceptSubscriptionRequestResponse.Builder |
updatedAt(Instant updatedAt)
Specifies the timestamp when subscription request was updated.
|
AcceptSubscriptionRequestResponse.Builder |
updatedBy(String updatedBy)
Specifies the Amazon DataZone user who updated the subscription request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptSubscriptionRequestResponse.Builder createdAt(Instant createdAt)
The timestamp that specifies when the subscription request was accepted.
createdAt - The timestamp that specifies when the subscription request was accepted.AcceptSubscriptionRequestResponse.Builder createdBy(String createdBy)
Specifies the Amazon DataZone user that accepted the specified subscription request.
createdBy - Specifies the Amazon DataZone user that accepted the specified subscription request.AcceptSubscriptionRequestResponse.Builder decisionComment(String decisionComment)
Specifies the reason for accepting the subscription request.
decisionComment - Specifies the reason for accepting the subscription request.AcceptSubscriptionRequestResponse.Builder domainId(String domainId)
The unique identifier of the Amazon DataZone domain where the specified subscription request was accepted.
domainId - The unique identifier of the Amazon DataZone domain where the specified subscription request was
accepted.AcceptSubscriptionRequestResponse.Builder id(String id)
The identifier of the subscription request.
id - The identifier of the subscription request.AcceptSubscriptionRequestResponse.Builder requestReason(String requestReason)
Specifies the reason for requesting a subscription to the asset.
requestReason - Specifies the reason for requesting a subscription to the asset.AcceptSubscriptionRequestResponse.Builder reviewerId(String reviewerId)
Specifes the ID of the Amazon DataZone user who reviewed the subscription request.
reviewerId - Specifes the ID of the Amazon DataZone user who reviewed the subscription request.AcceptSubscriptionRequestResponse.Builder status(String status)
Specifies the status of the subscription request.
status - Specifies the status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusAcceptSubscriptionRequestResponse.Builder status(SubscriptionRequestStatus status)
Specifies the status of the subscription request.
status - Specifies the status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusAcceptSubscriptionRequestResponse.Builder subscribedListings(Collection<SubscribedListing> subscribedListings)
Specifies the asset for which the subscription request was created.
subscribedListings - Specifies the asset for which the subscription request was created.AcceptSubscriptionRequestResponse.Builder subscribedListings(SubscribedListing... subscribedListings)
Specifies the asset for which the subscription request was created.
subscribedListings - Specifies the asset for which the subscription request was created.AcceptSubscriptionRequestResponse.Builder subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
Specifies the asset for which the subscription request was created.
This is a convenience method that creates an instance of theSubscribedListing.Builder avoiding the need to create
one manually via SubscribedListing.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subscribedListings(List.
subscribedListings - a consumer that will call methods on
SubscribedListing.Builder#subscribedListings(java.util.Collection) AcceptSubscriptionRequestResponse.Builder subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
subscribedPrincipals - Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription
request.AcceptSubscriptionRequestResponse.Builder subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
subscribedPrincipals - Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription
request.AcceptSubscriptionRequestResponse.Builder subscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)
Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
This is a convenience method that creates an instance of theSubscribedPrincipal.Builder avoiding the need to
create one manually via SubscribedPrincipal.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subscribedPrincipals(List.
subscribedPrincipals - a consumer that will call methods on
SubscribedPrincipal.Builder#subscribedPrincipals(java.util.Collection) AcceptSubscriptionRequestResponse.Builder updatedAt(Instant updatedAt)
Specifies the timestamp when subscription request was updated.
updatedAt - Specifies the timestamp when subscription request was updated.AcceptSubscriptionRequestResponse.Builder updatedBy(String updatedBy)
Specifies the Amazon DataZone user who updated the subscription request.
updatedBy - Specifies the Amazon DataZone user who updated the subscription request.Copyright © 2023. All rights reserved.