Interface GetEntitlementsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>,MarketplaceEntitlementRequest.Builder,SdkBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetEntitlementsRequest
public static interface GetEntitlementsRequest.Builder extends MarketplaceEntitlementRequest.Builder, SdkPojo, CopyableBuilder<GetEntitlementsRequest.Builder,GetEntitlementsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEntitlementsRequest.Builderfilter(Map<GetEntitlementFilterName,? extends Collection<String>> filter)Filter is used to return entitlements for a specific customer or for a specific dimension.GetEntitlementsRequest.BuilderfilterWithStrings(Map<String,? extends Collection<String>> filter)Filter is used to return entitlements for a specific customer or for a specific dimension.GetEntitlementsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to retrieve from the GetEntitlements operation.GetEntitlementsRequest.BuildernextToken(String nextToken)For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.GetEntitlementsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEntitlementsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEntitlementsRequest.BuilderproductCode(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 Detail
-
productCode
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.
- 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
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.
- 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.- 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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetEntitlementsRequest.Builder nextToken(String 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
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEntitlementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-