public static interface ListSubscriptionsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListSubscriptionsRequest.Builder,ListSubscriptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionsRequest.Builder |
approverProjectId(String approverProjectId)
The identifier of the project for the subscription's approver.
|
ListSubscriptionsRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListSubscriptionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of subscriptions to return in a single call to
ListSubscriptions. |
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. |
ListSubscriptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSubscriptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSubscriptionsRequest.Builder |
owningProjectId(String owningProjectId)
The identifier of the owning project.
|
ListSubscriptionsRequest.Builder |
sortBy(SortKey sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionsRequest.Builder |
sortBy(String sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionsRequest.Builder |
sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionsRequest.Builder |
sortOrder(String sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionsRequest.Builder |
status(String status)
The status of the subscriptions that you want to list.
|
ListSubscriptionsRequest.Builder |
status(SubscriptionStatus status)
The status of the subscriptions that you want to list.
|
ListSubscriptionsRequest.Builder |
subscribedListingId(String subscribedListingId)
The identifier of the subscribed listing for the subscriptions that you want to list.
|
ListSubscriptionsRequest.Builder |
subscriptionRequestIdentifier(String subscriptionRequestIdentifier)
The identifier of the subscription request for the subscriptions that you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubscriptionsRequest.Builder approverProjectId(String approverProjectId)
The identifier of the project for the subscription's approver.
approverProjectId - The identifier of the project for the subscription's approver.ListSubscriptionsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.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.
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.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.
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.ListSubscriptionsRequest.Builder owningProjectId(String owningProjectId)
The identifier of the owning project.
owningProjectId - The identifier of the owning project.ListSubscriptionsRequest.Builder sortBy(String sortBy)
Specifies the way in which the results of this action are to be sorted.
ListSubscriptionsRequest.Builder sortBy(SortKey sortBy)
Specifies the way in which the results of this action are to be sorted.
ListSubscriptionsRequest.Builder sortOrder(String sortOrder)
Specifies the sort order for the results of this action.
ListSubscriptionsRequest.Builder sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
ListSubscriptionsRequest.Builder status(String status)
The status of the subscriptions that you want to list.
status - The status of the subscriptions that you want to list.SubscriptionStatus,
SubscriptionStatusListSubscriptionsRequest.Builder status(SubscriptionStatus status)
The status of the subscriptions that you want to list.
status - The status of the subscriptions that you want to list.SubscriptionStatus,
SubscriptionStatusListSubscriptionsRequest.Builder subscribedListingId(String subscribedListingId)
The identifier of the subscribed listing for the subscriptions that you want to list.
subscribedListingId - The identifier of the subscribed listing for the subscriptions that you want to list.ListSubscriptionsRequest.Builder subscriptionRequestIdentifier(String subscriptionRequestIdentifier)
The identifier of the subscription request for the subscriptions that you want to list.
subscriptionRequestIdentifier - The identifier of the subscription request for the subscriptions that you want to list.ListSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.