Interface ListSubscriptionsRequest.Builder

  • Method Details

    • 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

      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

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

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

      ListSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.