public static interface ListReceivedGrantsRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListReceivedGrantsRequest.Builder,ListReceivedGrantsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReceivedGrantsRequest.Builder grantArns(Collection<String> grantArns)
Amazon Resource Names (ARNs) of the grants.
grantArns - Amazon Resource Names (ARNs) of the grants.ListReceivedGrantsRequest.Builder grantArns(String... grantArns)
Amazon Resource Names (ARNs) of the grants.
grantArns - Amazon Resource Names (ARNs) of the grants.ListReceivedGrantsRequest.Builder filters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
ProductSKU
LicenseIssuerName
LicenseArn
GrantStatus
GranterAccountId
filters - Filters to scope the results. The following filters are supported:
ProductSKU
LicenseIssuerName
LicenseArn
GrantStatus
GranterAccountId
ListReceivedGrantsRequest.Builder filters(Filter... filters)
Filters to scope the results. The following filters are supported:
ProductSKU
LicenseIssuerName
LicenseArn
GrantStatus
GranterAccountId
filters - Filters to scope the results. The following filters are supported:
ProductSKU
LicenseIssuerName
LicenseArn
GrantStatus
GranterAccountId
ListReceivedGrantsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters to scope the results. The following filters are supported:
ProductSKU
LicenseIssuerName
LicenseArn
GrantStatus
GranterAccountId
Filter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) ListReceivedGrantsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListReceivedGrantsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults - Maximum number of results to return in a single call.ListReceivedGrantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReceivedGrantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.