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