Interface SubscriptionRequestSummary.Builder

    • Method Detail

      • createdAt

        SubscriptionRequestSummary.Builder createdAt​(Instant createdAt)

        The timestamp of when a subscription request was created.

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

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

        SubscriptionRequestSummary.Builder decisionComment​(String decisionComment)

        The decision comment of the subscription request.

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

        SubscriptionRequestSummary.Builder domainId​(String domainId)

        The identifier of the Amazon DataZone domain in which a subscription request exists.

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

        SubscriptionRequestSummary.Builder id​(String id)

        The identifier of the subscription request.

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

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

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

        SubscriptionRequestSummary.Builder subscribedListings​(Collection<SubscribedListing> subscribedListings)

        The listings included in the subscription request.

        Parameters:
        subscribedListings - The listings included in the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribedListings

        SubscriptionRequestSummary.Builder subscribedListings​(SubscribedListing... subscribedListings)

        The listings included in the subscription request.

        Parameters:
        subscribedListings - The listings included in the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribedPrincipals

        SubscriptionRequestSummary.Builder subscribedPrincipals​(Collection<SubscribedPrincipal> subscribedPrincipals)

        The principals included in the subscription request.

        Parameters:
        subscribedPrincipals - The principals included in the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribedPrincipals

        SubscriptionRequestSummary.Builder subscribedPrincipals​(SubscribedPrincipal... subscribedPrincipals)

        The principals included in the subscription request.

        Parameters:
        subscribedPrincipals - The principals included in the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

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

        SubscriptionRequestSummary.Builder updatedBy​(String updatedBy)

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

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