Interface GetEntitlementsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetEntitlementsRequest.Builder,
,GetEntitlementsRequest> MarketplaceEntitlementRequest.Builder
,SdkBuilder<GetEntitlementsRequest.Builder,
,GetEntitlementsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetEntitlementsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(Map<GetEntitlementFilterName, ? extends Collection<String>> filter) Filter is used to return entitlements for a specific customer or for a specific dimension.filterWithStrings
(Map<String, ? extends Collection<String>> filter) Filter is used to return entitlements for a specific customer or for a specific dimension.maxResults
(Integer maxResults) The maximum number of items to retrieve from the GetEntitlements operation.For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.productCode
(String productCode) Product code is used to uniquely identify a product in AWS Marketplace.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.marketplaceentitlement.model.MarketplaceEntitlementRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterWithStrings
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.
CustomerIdentifier
andCustomerAWSAccountID
are mutually exclusive. You can't specify both in the same request.- Parameters:
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.CustomerIdentifier
andCustomerAWSAccountID
are mutually exclusive. You can't specify both in the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
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.
CustomerIdentifier
andCustomerAWSAccountID
are mutually exclusive. You can't specify both in the same request.- Parameters:
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.CustomerIdentifier
andCustomerAWSAccountID
are mutually exclusive. You can't specify both in the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.
- Parameters:
nextToken
- For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.
- Parameters:
maxResults
- The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEntitlementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetEntitlementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-