Interface ListSubscriptionRequestsRequest.Builder

  • Method Details

    • 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

      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

      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

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

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

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