CopyableBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>
, SdkBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>
public static interface GetEntitlementsRequest.Builder extends CopyableBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.