public static interface ListDistributedGrantsRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListDistributedGrantsRequest.Builder,ListDistributedGrantsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDistributedGrantsRequest.Builder grantArns(Collection<String> grantArns)
Amazon Resource Names (ARNs) of the grants.
grantArns - Amazon Resource Names (ARNs) of the grants.ListDistributedGrantsRequest.Builder grantArns(String... grantArns)
Amazon Resource Names (ARNs) of the grants.
grantArns - Amazon Resource Names (ARNs) of the grants.ListDistributedGrantsRequest.Builder filters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
LicenseArn
GrantStatus
GranteePrincipalARN
ProductSKU
LicenseIssuerName
filters - Filters to scope the results. The following filters are supported:
LicenseArn
GrantStatus
GranteePrincipalARN
ProductSKU
LicenseIssuerName
ListDistributedGrantsRequest.Builder filters(Filter... filters)
Filters to scope the results. The following filters are supported:
LicenseArn
GrantStatus
GranteePrincipalARN
ProductSKU
LicenseIssuerName
filters - Filters to scope the results. The following filters are supported:
LicenseArn
GrantStatus
GranteePrincipalARN
ProductSKU
LicenseIssuerName
ListDistributedGrantsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters to scope the results. The following filters are supported:
LicenseArn
GrantStatus
GranteePrincipalARN
ProductSKU
LicenseIssuerName
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListDistributedGrantsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListDistributedGrantsRequest.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.ListDistributedGrantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDistributedGrantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.