public static interface ResolveCustomerResponse.Builder extends MarketplaceMeteringResponse.Builder, SdkPojo, CopyableBuilder<ResolveCustomerResponse.Builder,ResolveCustomerResponse>
| Modifier and Type | Method and Description |
|---|---|
ResolveCustomerResponse.Builder |
customerAWSAccountId(String customerAWSAccountId)
The
CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer. |
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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResolveCustomerResponse.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.ResolveCustomerResponse.Builder customerAWSAccountId(String customerAWSAccountId)
The CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer.
customerAWSAccountId - The CustomerAWSAccountId provides the AWS account ID associated with the
CustomerIdentifier for the individual customer.Copyright © 2023. All rights reserved.