Interface RejectSubscriptionRequestResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RejectSubscriptionRequestResponse.Builder,RejectSubscriptionRequestResponse>,DataZoneResponse.Builder,SdkBuilder<RejectSubscriptionRequestResponse.Builder,RejectSubscriptionRequestResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RejectSubscriptionRequestResponse
public static interface RejectSubscriptionRequestResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<RejectSubscriptionRequestResponse.Builder,RejectSubscriptionRequestResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RejectSubscriptionRequestResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the subscription request was rejected.RejectSubscriptionRequestResponse.BuildercreatedBy(String createdBy)The timestamp of when the subscription request was rejected.RejectSubscriptionRequestResponse.BuilderdecisionComment(String decisionComment)The decision comment of the rejected subscription request.RejectSubscriptionRequestResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which the subscription request was rejected.RejectSubscriptionRequestResponse.Builderid(String id)The identifier of the subscription request that was rejected.RejectSubscriptionRequestResponse.BuilderrequestReason(String requestReason)The reason for the subscription request.RejectSubscriptionRequestResponse.BuilderreviewerId(String reviewerId)The identifier of the subscription request reviewer.RejectSubscriptionRequestResponse.Builderstatus(String status)The status of the subscription request.RejectSubscriptionRequestResponse.Builderstatus(SubscriptionRequestStatus status)The status of the subscription request.RejectSubscriptionRequestResponse.BuildersubscribedListings(Collection<SubscribedListing> subscribedListings)The subscribed listings of the subscription request.RejectSubscriptionRequestResponse.BuildersubscribedListings(Consumer<SubscribedListing.Builder>... subscribedListings)The subscribed listings of the subscription request.RejectSubscriptionRequestResponse.BuildersubscribedListings(SubscribedListing... subscribedListings)The subscribed listings of the subscription request.RejectSubscriptionRequestResponse.BuildersubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)The subscribed principals of the subscription request.RejectSubscriptionRequestResponse.BuildersubscribedPrincipals(Consumer<SubscribedPrincipal.Builder>... subscribedPrincipals)The subscribed principals of the subscription request.RejectSubscriptionRequestResponse.BuildersubscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)The subscribed principals of the subscription request.RejectSubscriptionRequestResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when the subscription request was updated.RejectSubscriptionRequestResponse.BuilderupdatedBy(String updatedBy)The Amazon DataZone user who updated the subscription request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
RejectSubscriptionRequestResponse.Builder createdAt(Instant createdAt)
The timestamp of when the subscription request was rejected.
- Parameters:
createdAt- The timestamp of when the subscription request was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
RejectSubscriptionRequestResponse.Builder createdBy(String createdBy)
The timestamp of when the subscription request was rejected.
- Parameters:
createdBy- The timestamp of when the subscription request was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decisionComment
RejectSubscriptionRequestResponse.Builder decisionComment(String decisionComment)
The decision comment of the rejected subscription request.
- Parameters:
decisionComment- The decision comment of the rejected subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
RejectSubscriptionRequestResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which the subscription request was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
RejectSubscriptionRequestResponse.Builder id(String id)
The identifier of the subscription request that was rejected.
- Parameters:
id- The identifier of the subscription request that was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestReason
RejectSubscriptionRequestResponse.Builder requestReason(String requestReason)
The reason for the subscription request.
- Parameters:
requestReason- The reason for the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reviewerId
RejectSubscriptionRequestResponse.Builder reviewerId(String reviewerId)
The identifier of the subscription request reviewer.
- Parameters:
reviewerId- The identifier of the subscription request reviewer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RejectSubscriptionRequestResponse.Builder status(String status)
The status of the subscription request.
- Parameters:
status- The status of the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SubscriptionRequestStatus,SubscriptionRequestStatus
-
status
RejectSubscriptionRequestResponse.Builder status(SubscriptionRequestStatus status)
The status of the subscription request.
- Parameters:
status- The status of the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SubscriptionRequestStatus,SubscriptionRequestStatus
-
subscribedListings
RejectSubscriptionRequestResponse.Builder subscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
- Parameters:
subscribedListings- The subscribed listings of the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedListings
RejectSubscriptionRequestResponse.Builder subscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of the subscription request.
- Parameters:
subscribedListings- The subscribed listings of the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedListings
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.Builderavoiding the need to create one manually viaSubscribedListing.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#subscribedListings(List.) - Parameters:
subscribedListings- a consumer that will call methods onSubscribedListing.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#subscribedListings(java.util.Collection)
-
subscribedPrincipals
RejectSubscriptionRequestResponse.Builder subscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
- Parameters:
subscribedPrincipals- The subscribed principals of the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedPrincipals
RejectSubscriptionRequestResponse.Builder subscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
- Parameters:
subscribedPrincipals- The subscribed principals of the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedPrincipals
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.Builderavoiding the need to create one manually viaSubscribedPrincipal.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#subscribedPrincipals(List.) - Parameters:
subscribedPrincipals- a consumer that will call methods onSubscribedPrincipal.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#subscribedPrincipals(java.util.Collection)
-
updatedAt
RejectSubscriptionRequestResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription request was updated.
- Parameters:
updatedAt- The timestamp of when the subscription request was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
RejectSubscriptionRequestResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
- Parameters:
updatedBy- The Amazon DataZone user who updated the subscription request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-