Interface ListSubscriptionRequestsRequest.Builder

    • Method Detail

      • approverProjectId

        ListSubscriptionRequestsRequest.Builder approverProjectId​(String approverProjectId)

        The identifier of the subscription request approver's project.

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

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

        ListSubscriptionRequestsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of subscription requests to return in a single call to ListSubscriptionRequests. When the number of subscription requests 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 ListSubscriptionRequests to list the next set of subscription requests.

        Parameters:
        maxResults - The maximum number of subscription requests to return in a single call to ListSubscriptionRequests. When the number of subscription requests 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 ListSubscriptionRequests to list the next set of subscription requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSubscriptionRequestsRequest.Builder nextToken​(String nextToken)

        When the number of subscription requests 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 subscription requests, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.

        Parameters:
        nextToken - When the number of subscription requests 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 subscription requests, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owningProjectId

        ListSubscriptionRequestsRequest.Builder owningProjectId​(String owningProjectId)

        The identifier of the project for the subscription requests.

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

        ListSubscriptionRequestsRequest.Builder sortBy​(String sortBy)

        Specifies the way to sort the results of this action.

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

        ListSubscriptionRequestsRequest.Builder sortBy​(SortKey sortBy)

        Specifies the way to sort the results of this action.

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

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

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

        ListSubscriptionRequestsRequest.Builder status​(String status)

        Specifies the status of the subscription requests.

        This is not a required parameter, but if not specified, by default, Amazon DataZone returns only PENDING subscription requests.

        Parameters:
        status - Specifies the status of the subscription requests.

        This is not a required parameter, but if not specified, by default, Amazon DataZone returns only PENDING subscription requests.

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

        ListSubscriptionRequestsRequest.Builder status​(SubscriptionRequestStatus status)

        Specifies the status of the subscription requests.

        This is not a required parameter, but if not specified, by default, Amazon DataZone returns only PENDING subscription requests.

        Parameters:
        status - Specifies the status of the subscription requests.

        This is not a required parameter, but if not specified, by default, Amazon DataZone returns only PENDING subscription requests.

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

        ListSubscriptionRequestsRequest.Builder subscribedListingId​(String subscribedListingId)

        The identifier of the subscribed listing.

        Parameters:
        subscribedListingId - The identifier of the subscribed listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.