public static interface CreateSubscriptionRequestResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateSubscriptionRequestResponse.Builder,CreateSubscriptionRequestResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSubscriptionRequestResponse.Builder createdAt(Instant createdAt)
A timestamp of when the subscription request is created.
createdAt - A timestamp of when the subscription request is created.CreateSubscriptionRequestResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the subscription request.
createdBy - The Amazon DataZone user who created the subscription request.CreateSubscriptionRequestResponse.Builder decisionComment(String decisionComment)
The decision comment of the subscription request.
decisionComment - The decision comment of the subscription request.CreateSubscriptionRequestResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in whcih the subscription request is created.
domainId - The ID of the Amazon DataZone domain in whcih the subscription request is created.CreateSubscriptionRequestResponse.Builder id(String id)
The ID of the subscription request.
id - The ID of the subscription request.CreateSubscriptionRequestResponse.Builder requestReason(String requestReason)
The reason for the subscription request.
requestReason - The reason for the subscription request.CreateSubscriptionRequestResponse.Builder reviewerId(String reviewerId)
The ID of the reviewer of the subscription request.
reviewerId - The ID of the reviewer of the subscription request.CreateSubscriptionRequestResponse.Builder status(String status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusCreateSubscriptionRequestResponse.Builder status(SubscriptionRequestStatus status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusCreateSubscriptionRequestResponse.Builder subscribedListings(Collection<SubscribedListing> subscribedListings)
subscribedListings - CreateSubscriptionRequestResponse.Builder subscribedListings(SubscribedListing... subscribedListings)
subscribedListings - CreateSubscriptionRequestResponse.Builder subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
SubscribedListing.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) CreateSubscriptionRequestResponse.Builder subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals - The subscribed principals of the subscription request.CreateSubscriptionRequestResponse.Builder subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
subscribedPrincipals - The subscribed principals of the subscription request.CreateSubscriptionRequestResponse.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) CreateSubscriptionRequestResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
updatedAt - The timestamp of when the subscription request was updated.CreateSubscriptionRequestResponse.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.