public static interface GetEntitlementsRequest.Builder extends MarketplaceEntitlementRequest.Builder, SdkPojo, 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) |
GetEntitlementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEntitlementsRequest.Builder |
productCode(String productCode)
Product code is used to uniquely identify a product in AWS Marketplace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEntitlementsRequest.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)
overrideConfiguration in interface AwsRequest.BuilderGetEntitlementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.