public static interface ResolveCustomerResponse.Builder extends MarketplaceMeteringResponse.Builder, CopyableBuilder<ResolveCustomerResponse.Builder,ResolveCustomerResponse>
Modifier and Type | Method and Description |
---|---|
ResolveCustomerResponse.Builder |
customerIdentifier(String customerIdentifier)
The CustomerIdentifier is used to identify an individual customer in your application.
|
ResolveCustomerResponse.Builder |
productCode(String productCode)
The product code is returned to confirm that the buyer is registering for your product.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ResolveCustomerResponse.Builder customerIdentifier(String customerIdentifier)
The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
customerIdentifier
- The CustomerIdentifier is used to identify an individual customer in your application. Calls to
BatchMeterUsage require CustomerIdentifiers for each UsageRecord.ResolveCustomerResponse.Builder productCode(String productCode)
The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.
productCode
- The product code is returned to confirm that the buyer is registering for your product. Subsequent
BatchMeterUsage calls should be made using this product code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.