public static interface ListSubscriptionGrantsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListSubscriptionGrantsRequest.Builder,ListSubscriptionGrantsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionGrantsRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListSubscriptionGrantsRequest.Builder |
environmentId(String environmentId)
The identifier of the Amazon DataZone environment.
|
ListSubscriptionGrantsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of subscription grants to return in a single call to
ListSubscriptionGrants. |
ListSubscriptionGrantsRequest.Builder |
nextToken(String nextToken)
When the number of subscription grants 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 grants, the response includes a pagination token named NextToken. |
ListSubscriptionGrantsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSubscriptionGrantsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSubscriptionGrantsRequest.Builder |
sortBy(SortKey sortBy)
Specifies the way of sorting the results of this action.
|
ListSubscriptionGrantsRequest.Builder |
sortBy(String sortBy)
Specifies the way of sorting the results of this action.
|
ListSubscriptionGrantsRequest.Builder |
sortOrder(SortOrder sortOrder)
Specifies the sort order of this action.
|
ListSubscriptionGrantsRequest.Builder |
sortOrder(String sortOrder)
Specifies the sort order of this action.
|
ListSubscriptionGrantsRequest.Builder |
subscribedListingId(String subscribedListingId)
The identifier of the subscribed listing.
|
ListSubscriptionGrantsRequest.Builder |
subscriptionId(String subscriptionId)
The identifier of the subscription.
|
ListSubscriptionGrantsRequest.Builder |
subscriptionTargetId(String subscriptionTargetId)
The identifier of the subscription target.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubscriptionGrantsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.ListSubscriptionGrantsRequest.Builder environmentId(String environmentId)
The identifier of the Amazon DataZone environment.
environmentId - The identifier of the Amazon DataZone environment.ListSubscriptionGrantsRequest.Builder maxResults(Integer maxResults)
The maximum number of subscription grants to return in a single call to ListSubscriptionGrants.
When the number of subscription grants 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
ListSubscriptionGrants to list the next set of subscription grants.
maxResults - The maximum number of subscription grants to return in a single call to
ListSubscriptionGrants. When the number of subscription grants 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 ListSubscriptionGrants to list the next set of
subscription grants.ListSubscriptionGrantsRequest.Builder nextToken(String nextToken)
When the number of subscription grants 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 grants, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListSubscriptionGrants to list the
next set of subscription grants.
nextToken - When the number of subscription grants 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 grants, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListSubscriptionGrants to list the next set of subscription grants.ListSubscriptionGrantsRequest.Builder sortBy(String sortBy)
Specifies the way of sorting the results of this action.
ListSubscriptionGrantsRequest.Builder sortBy(SortKey sortBy)
Specifies the way of sorting the results of this action.
ListSubscriptionGrantsRequest.Builder sortOrder(String sortOrder)
Specifies the sort order of this action.
ListSubscriptionGrantsRequest.Builder sortOrder(SortOrder sortOrder)
Specifies the sort order of this action.
ListSubscriptionGrantsRequest.Builder subscribedListingId(String subscribedListingId)
The identifier of the subscribed listing.
subscribedListingId - The identifier of the subscribed listing.ListSubscriptionGrantsRequest.Builder subscriptionId(String subscriptionId)
The identifier of the subscription.
subscriptionId - The identifier of the subscription.ListSubscriptionGrantsRequest.Builder subscriptionTargetId(String subscriptionTargetId)
The identifier of the subscription target.
subscriptionTargetId - The identifier of the subscription target.ListSubscriptionGrantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSubscriptionGrantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.