public static interface SubscriptionRequestSummary.Builder extends SdkPojo, CopyableBuilder<SubscriptionRequestSummary.Builder,SubscriptionRequestSummary>
| Modifier and Type | Method and Description |
|---|---|
SubscriptionRequestSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when a subscription request was created.
|
SubscriptionRequestSummary.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the subscription request.
|
SubscriptionRequestSummary.Builder |
decisionComment(String decisionComment)
The decision comment of the subscription request.
|
SubscriptionRequestSummary.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription request exists.
|
SubscriptionRequestSummary.Builder |
id(String id)
The identifier of the subscription request.
|
SubscriptionRequestSummary.Builder |
requestReason(String requestReason)
The reason for the subscription request.
|
SubscriptionRequestSummary.Builder |
reviewerId(String reviewerId)
The identifier of the subscription request reviewer.
|
SubscriptionRequestSummary.Builder |
status(String status)
The status of the subscription request.
|
SubscriptionRequestSummary.Builder |
status(SubscriptionRequestStatus status)
The status of the subscription request.
|
SubscriptionRequestSummary.Builder |
subscribedListings(Collection<SubscribedListing> subscribedListings)
The listings included in the subscription request.
|
SubscriptionRequestSummary.Builder |
subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
The listings included in the subscription request.
|
SubscriptionRequestSummary.Builder |
subscribedListings(SubscribedListing... subscribedListings)
The listings included in the subscription request.
|
SubscriptionRequestSummary.Builder |
subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The principals included in the subscription request.
|
SubscriptionRequestSummary.Builder |
subscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)
The principals included in the subscription request.
|
SubscriptionRequestSummary.Builder |
subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The principals included in the subscription request.
|
SubscriptionRequestSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
|
SubscriptionRequestSummary.Builder |
updatedBy(String updatedBy)
The identifier of the Amazon DataZone user who updated the subscription request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscriptionRequestSummary.Builder createdAt(Instant createdAt)
The timestamp of when a subscription request was created.
createdAt - The timestamp of when a subscription request was created.SubscriptionRequestSummary.Builder createdBy(String createdBy)
The Amazon DataZone user who created the subscription request.
createdBy - The Amazon DataZone user who created the subscription request.SubscriptionRequestSummary.Builder decisionComment(String decisionComment)
The decision comment of the subscription request.
decisionComment - The decision comment of the subscription request.SubscriptionRequestSummary.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription request exists.
domainId - The identifier of the Amazon DataZone domain in which a subscription request exists.SubscriptionRequestSummary.Builder id(String id)
The identifier of the subscription request.
id - The identifier of the subscription request.SubscriptionRequestSummary.Builder requestReason(String requestReason)
The reason for the subscription request.
requestReason - The reason for the subscription request.SubscriptionRequestSummary.Builder reviewerId(String reviewerId)
The identifier of the subscription request reviewer.
reviewerId - The identifier of the subscription request reviewer.SubscriptionRequestSummary.Builder status(String status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusSubscriptionRequestSummary.Builder status(SubscriptionRequestStatus status)
The status of the subscription request.
status - The status of the subscription request.SubscriptionRequestStatus,
SubscriptionRequestStatusSubscriptionRequestSummary.Builder subscribedListings(Collection<SubscribedListing> subscribedListings)
The listings included in the subscription request.
subscribedListings - The listings included in the subscription request.SubscriptionRequestSummary.Builder subscribedListings(SubscribedListing... subscribedListings)
The listings included in the subscription request.
subscribedListings - The listings included in the subscription request.SubscriptionRequestSummary.Builder subscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)
The listings included in 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) SubscriptionRequestSummary.Builder subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The principals included in the subscription request.
subscribedPrincipals - The principals included in the subscription request.SubscriptionRequestSummary.Builder subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The principals included in the subscription request.
subscribedPrincipals - The principals included in the subscription request.SubscriptionRequestSummary.Builder subscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)
The principals included 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) SubscriptionRequestSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
updatedAt - The timestamp of when the subscription request was updated.SubscriptionRequestSummary.Builder updatedBy(String updatedBy)
The identifier of the Amazon DataZone user who updated the subscription request.
updatedBy - The identifier of the Amazon DataZone user who updated the subscription request.Copyright © 2023. All rights reserved.