Interface RejectSubscriptionRequestResponse.Builder

    • 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.
      • 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.
      • 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.
      • 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.