public static interface RejectSubscriptionRequestResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<RejectSubscriptionRequestResponse.Builder,RejectSubscriptionRequestResponse>
| Modifier and Type | Method and Description |
|---|---|
RejectSubscriptionRequestResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the subscription request was rejected.
|
RejectSubscriptionRequestResponse.Builder |
createdBy(String createdBy)
The timestamp of when the subscription request was rejected.
|
RejectSubscriptionRequestResponse.Builder |
decisionComment(String decisionComment)
The decision comment of the rejected subscription request.
|
RejectSubscriptionRequestResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
|
RejectSubscriptionRequestResponse.Builder |
id(String id)
The identifier of the subscription request that was rejected.
|
RejectSubscriptionRequestResponse.Builder |
requestReason(String requestReason)
The reason for the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
reviewerId(String reviewerId)
The identifier of the subscription request reviewer.
|
RejectSubscriptionRequestResponse.Builder |
status(String status)
The status of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
status(SubscriptionRequestStatus status)
The status of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
subscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
The subscribed listings of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
subscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
subscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)
The subscribed principals of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
|
RejectSubscriptionRequestResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
|
RejectSubscriptionRequestResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRejectSubscriptionRequestResponse.Builder createdAt(Instant createdAt)
The timestamp of when the subscription request was rejected.
createdAt - The timestamp of when the subscription request was rejected.RejectSubscriptionRequestResponse.Builder createdBy(String createdBy)
The timestamp of when the subscription request was rejected.
createdBy - The timestamp of when the subscription request was rejected.RejectSubscriptionRequestResponse.Builder decisionComment(String decisionComment)
The decision comment of the rejected subscription request.
decisionComment - The decision comment of the rejected subscription request.RejectSubscriptionRequestResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
domainId - The identifier of the Amazon DataZone domain in which the subscription request was rejected.RejectSubscriptionRequestResponse.Builder id(String id)
The identifier of the subscription request that was rejected.
id - The identifier of the subscription request that was rejected.RejectSubscriptionRequestResponse.Builder requestReason(String requestReason)
The reason for the subscription request.
requestReason - The reason for the subscription request.RejectSubscriptionRequestResponse.Builder reviewerId(String reviewerId)
The identifier of the subscription request reviewer.
reviewerId - The identifier of the subscription request reviewer.RejectSubscriptionRequestResponse.Builder status(String status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusRejectSubscriptionRequestResponse.Builder status(SubscriptionRequestStatus status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusRejectSubscriptionRequestResponse.Builder subscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
subscribedListings - The subscribed listings of the subscription request.RejectSubscriptionRequestResponse.Builder subscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of the subscription request.
subscribedListings - The subscribed listings of the subscription request.RejectSubscriptionRequestResponse.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) RejectSubscriptionRequestResponse.Builder subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals - The subscribed principals of the subscription request.RejectSubscriptionRequestResponse.Builder subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals - The subscribed principals of the subscription request.RejectSubscriptionRequestResponse.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) RejectSubscriptionRequestResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
updatedAt - The timestamp of when the subscription request was updated.RejectSubscriptionRequestResponse.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.