public static interface UpdateSubscriptionRequestResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionRequestResponse.Builder,UpdateSubscriptionRequestResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionRequestResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the subscription request was created.
|
UpdateSubscriptionRequestResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
decisionComment(String decisionComment)
The decision comment of the
UpdateSubscriptionRequest action. |
UpdateSubscriptionRequestResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
|
UpdateSubscriptionRequestResponse.Builder |
id(String id)
The identifier of the subscription request that is to be updated.
|
UpdateSubscriptionRequestResponse.Builder |
requestReason(String requestReason)
The reason for the
UpdateSubscriptionRequest action. |
UpdateSubscriptionRequestResponse.Builder |
reviewerId(String reviewerId)
The identifier of the Amazon DataZone user who reviews the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
status(String status)
The status of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
status(SubscriptionRequestStatus status)
The status of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
subscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
The subscribed listings of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
subscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
subscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)
The subscribed principals of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
|
UpdateSubscriptionRequestResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
|
UpdateSubscriptionRequestResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubscriptionRequestResponse.Builder createdAt(Instant createdAt)
The timestamp of when the subscription request was created.
createdAt - The timestamp of when the subscription request was created.UpdateSubscriptionRequestResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the subscription request.
createdBy - The Amazon DataZone user who created the subscription request.UpdateSubscriptionRequestResponse.Builder decisionComment(String decisionComment)
The decision comment of the UpdateSubscriptionRequest action.
decisionComment - The decision comment of the UpdateSubscriptionRequest action.UpdateSubscriptionRequestResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a subscription request is to be updated.UpdateSubscriptionRequestResponse.Builder id(String id)
The identifier of the subscription request that is to be updated.
id - The identifier of the subscription request that is to be updated.UpdateSubscriptionRequestResponse.Builder requestReason(String requestReason)
The reason for the UpdateSubscriptionRequest action.
requestReason - The reason for the UpdateSubscriptionRequest action.UpdateSubscriptionRequestResponse.Builder reviewerId(String reviewerId)
The identifier of the Amazon DataZone user who reviews the subscription request.
reviewerId - The identifier of the Amazon DataZone user who reviews the subscription request.UpdateSubscriptionRequestResponse.Builder status(String status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusUpdateSubscriptionRequestResponse.Builder status(SubscriptionRequestStatus status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusUpdateSubscriptionRequestResponse.Builder subscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
subscribedListings - The subscribed listings of the subscription request.UpdateSubscriptionRequestResponse.Builder subscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of the subscription request.
subscribedListings - The subscribed listings of the subscription request.UpdateSubscriptionRequestResponse.Builder subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
The subscribed listings of the subscription request.
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) UpdateSubscriptionRequestResponse.Builder subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals - The subscribed principals of the subscription request.UpdateSubscriptionRequestResponse.Builder subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals - The subscribed principals of the subscription request.UpdateSubscriptionRequestResponse.Builder subscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)
The subscribed principals of 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) UpdateSubscriptionRequestResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
updatedAt - The timestamp of when the subscription request was updated.UpdateSubscriptionRequestResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
updatedBy - The Amazon DataZone user who updated the subscription request.Copyright © 2023. All rights reserved.