Interface UpdateSubscriptionRequestResponse.Builder

    • Method Detail

      • createdAt

        UpdateSubscriptionRequestResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the subscription request was created.

        Parameters:
        createdAt - The timestamp of when the subscription request was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        UpdateSubscriptionRequestResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created the subscription request.

        Parameters:
        createdBy - The Amazon DataZone user who created the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • decisionComment

        UpdateSubscriptionRequestResponse.Builder decisionComment​(String decisionComment)

        The decision comment of the UpdateSubscriptionRequest action.

        Parameters:
        decisionComment - The decision comment of the UpdateSubscriptionRequest action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        UpdateSubscriptionRequestResponse.Builder domainId​(String domainId)

        The identifier of the Amazon DataZone domain in which a subscription request is to be updated.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        UpdateSubscriptionRequestResponse.Builder id​(String id)

        The identifier of the subscription request that is to be updated.

        Parameters:
        id - The identifier of the subscription request that is to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestReason

        UpdateSubscriptionRequestResponse.Builder requestReason​(String requestReason)

        The reason for the UpdateSubscriptionRequest action.

        Parameters:
        requestReason - The reason for the UpdateSubscriptionRequest action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reviewerId

        UpdateSubscriptionRequestResponse.Builder reviewerId​(String reviewerId)

        The identifier of the Amazon DataZone user who reviews the subscription request.

        Parameters:
        reviewerId - The identifier of the Amazon DataZone user who reviews the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribedListings

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

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

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

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

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

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