public static interface ListLicensesRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListLicensesRequest.Builder,ListLicensesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLicensesRequest.Builder licenseArns(Collection<String> licenseArns)
Amazon Resource Names (ARNs) of the licenses.
licenseArns - Amazon Resource Names (ARNs) of the licenses.ListLicensesRequest.Builder licenseArns(String... licenseArns)
Amazon Resource Names (ARNs) of the licenses.
licenseArns - Amazon Resource Names (ARNs) of the licenses.ListLicensesRequest.Builder filters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
filters - Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
ListLicensesRequest.Builder filters(Filter... filters)
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
filters - Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
ListLicensesRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
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) ListLicensesRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListLicensesRequest.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.ListLicensesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLicensesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.