public static interface GetEntitlementsRequest.Builder extends MarketplaceEntitlementRequest.Builder, CopyableBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>
Modifier and Type | Method and Description |
---|---|
GetEntitlementsRequest.Builder |
filter(Map<GetEntitlementFilterName,? extends Collection<String>> filter)
Filter is used to return entitlements for a specific customer or for a specific dimension.
|
GetEntitlementsRequest.Builder |
filterWithStrings(Map<String,? extends Collection<String>> filter)
Filter is used to return entitlements for a specific customer or for a specific dimension.
|
GetEntitlementsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to retrieve from the GetEntitlements operation.
|
GetEntitlementsRequest.Builder |
nextToken(String nextToken)
For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.
|
GetEntitlementsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetEntitlementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetEntitlementsRequest.Builder |
productCode(String productCode)
Product code is used to uniquely identify a product in AWS Marketplace.
|
build
overrideConfiguration
copy
applyMutation, build
GetEntitlementsRequest.Builder productCode(String productCode)
Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.
productCode
- Product code is used to uniquely identify a product in AWS Marketplace. The product code will be
provided by AWS Marketplace when the product listing is created.GetEntitlementsRequest.Builder filterWithStrings(Map<String,? extends Collection<String>> filter)
Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.
filter
- Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are
described as keys mapped to a lists of values. Filtered requests are unioned for each value in
the value list, and then intersected for each filter key.GetEntitlementsRequest.Builder filter(Map<GetEntitlementFilterName,? extends Collection<String>> filter)
Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.
filter
- Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are
described as keys mapped to a lists of values. Filtered requests are unioned for each value in
the value list, and then intersected for each filter key.GetEntitlementsRequest.Builder nextToken(String nextToken)
For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.
nextToken
- For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.GetEntitlementsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.
maxResults
- The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the
NextToken field in subsequent calls to GetEntitlements.GetEntitlementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetEntitlementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.