public static interface ListSubscriptionRequestsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListSubscriptionRequestsRequest.Builder,ListSubscriptionRequestsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionRequestsRequest.Builder |
approverProjectId(String approverProjectId)
The identifier of the subscription request approver's project.
|
ListSubscriptionRequestsRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListSubscriptionRequestsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of subscription requests to return in a single call to
ListSubscriptionRequests. |
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. |
ListSubscriptionRequestsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSubscriptionRequestsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSubscriptionRequestsRequest.Builder |
owningProjectId(String owningProjectId)
The identifier of the project for the subscription requests.
|
ListSubscriptionRequestsRequest.Builder |
sortBy(SortKey sortBy)
Specifies the way to sort the results of this action.
|
ListSubscriptionRequestsRequest.Builder |
sortBy(String sortBy)
Specifies the way to sort the results of this action.
|
ListSubscriptionRequestsRequest.Builder |
sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionRequestsRequest.Builder |
sortOrder(String sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionRequestsRequest.Builder |
status(String status)
Specifies the status of the subscription requests.
|
ListSubscriptionRequestsRequest.Builder |
status(SubscriptionRequestStatus status)
Specifies the status of the subscription requests.
|
ListSubscriptionRequestsRequest.Builder |
subscribedListingId(String subscribedListingId)
The identifier of the subscribed listing.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubscriptionRequestsRequest.Builder approverProjectId(String approverProjectId)
The identifier of the subscription request approver's project.
approverProjectId - The identifier of the subscription request approver's project.ListSubscriptionRequestsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.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.
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.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.
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.ListSubscriptionRequestsRequest.Builder owningProjectId(String owningProjectId)
The identifier of the project for the subscription requests.
owningProjectId - The identifier of the project for the subscription requests.ListSubscriptionRequestsRequest.Builder sortBy(String sortBy)
Specifies the way to sort the results of this action.
ListSubscriptionRequestsRequest.Builder sortBy(SortKey sortBy)
Specifies the way to sort the results of this action.
ListSubscriptionRequestsRequest.Builder sortOrder(String sortOrder)
Specifies the sort order for the results of this action.
ListSubscriptionRequestsRequest.Builder sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
ListSubscriptionRequestsRequest.Builder status(String status)
Specifies the status of the subscription requests.
status - Specifies the status of the subscription requests.SubscriptionRequestStatus,
SubscriptionRequestStatusListSubscriptionRequestsRequest.Builder status(SubscriptionRequestStatus status)
Specifies the status of the subscription requests.
status - Specifies the status of the subscription requests.SubscriptionRequestStatus,
SubscriptionRequestStatusListSubscriptionRequestsRequest.Builder subscribedListingId(String subscribedListingId)
The identifier of the subscribed listing.
subscribedListingId - The identifier of the subscribed listing.ListSubscriptionRequestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSubscriptionRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.