public static interface GetEntitlementsRequest.Builder extends MarketplaceEntitlementRequest.Builder, CopyableBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>
Modifier and Type | Method and Description |
---|---|
GetEntitlementsRequest.Builder |
filter(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 |
productCode(String productCode)
Product code is used to uniquely identify a product in AWS Marketplace.
|
GetEntitlementsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetEntitlementsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 filter(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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetEntitlementsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.