Interface ListSubscriptionsRequest.Builder

    • Method Detail

      • approverProjectId

        ListSubscriptionsRequest.Builder approverProjectId​(String approverProjectId)

        The identifier of the project for the subscription's approver.

        Parameters:
        approverProjectId - The identifier of the project for the subscription's approver.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainIdentifier

        ListSubscriptionsRequest.Builder domainIdentifier​(String domainIdentifier)

        The identifier of the Amazon DataZone domain.

        Parameters:
        domainIdentifier - The identifier of the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSubscriptionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of subscriptions to return in a single call to ListSubscriptions. When the number of subscriptions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptions to list the next set of Subscriptions.

        Parameters:
        maxResults - The maximum number of subscriptions to return in a single call to ListSubscriptions. When the number of subscriptions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptions to list the next set of Subscriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSubscriptionsRequest.Builder nextToken​(String nextToken)

        When the number of subscriptions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscriptions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptions to list the next set of subscriptions.

        Parameters:
        nextToken - When the number of subscriptions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscriptions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptions to list the next set of subscriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owningProjectId

        ListSubscriptionsRequest.Builder owningProjectId​(String owningProjectId)

        The identifier of the owning project.

        Parameters:
        owningProjectId - The identifier of the owning project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListSubscriptionsRequest.Builder sortBy​(String sortBy)

        Specifies the way in which the results of this action are to be sorted.

        Parameters:
        sortBy - Specifies the way in which the results of this action are to be sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortKey, SortKey
      • sortBy

        ListSubscriptionsRequest.Builder sortBy​(SortKey sortBy)

        Specifies the way in which the results of this action are to be sorted.

        Parameters:
        sortBy - Specifies the way in which the results of this action are to be sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortKey, SortKey
      • sortOrder

        ListSubscriptionsRequest.Builder sortOrder​(String sortOrder)

        Specifies the sort order for the results of this action.

        Parameters:
        sortOrder - Specifies the sort order for the results of this action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListSubscriptionsRequest.Builder sortOrder​(SortOrder sortOrder)

        Specifies the sort order for the results of this action.

        Parameters:
        sortOrder - Specifies the sort order for the results of this action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • status

        ListSubscriptionsRequest.Builder status​(String status)

        The status of the subscriptions that you want to list.

        This is not a required parameter, but if not provided, by default, Amazon DataZone returns only APPROVED subscriptions.

        Parameters:
        status - The status of the subscriptions that you want to list.

        This is not a required parameter, but if not provided, by default, Amazon DataZone returns only APPROVED subscriptions.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SubscriptionStatus, SubscriptionStatus
      • status

        ListSubscriptionsRequest.Builder status​(SubscriptionStatus status)

        The status of the subscriptions that you want to list.

        This is not a required parameter, but if not provided, by default, Amazon DataZone returns only APPROVED subscriptions.

        Parameters:
        status - The status of the subscriptions that you want to list.

        This is not a required parameter, but if not provided, by default, Amazon DataZone returns only APPROVED subscriptions.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SubscriptionStatus, SubscriptionStatus
      • subscribedListingId

        ListSubscriptionsRequest.Builder subscribedListingId​(String subscribedListingId)

        The identifier of the subscribed listing for the subscriptions that you want to list.

        Parameters:
        subscribedListingId - The identifier of the subscribed listing for the subscriptions that you want to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionRequestIdentifier

        ListSubscriptionsRequest.Builder subscriptionRequestIdentifier​(String subscriptionRequestIdentifier)

        The identifier of the subscription request for the subscriptions that you want to list.

        Parameters:
        subscriptionRequestIdentifier - The identifier of the subscription request for the subscriptions that you want to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.