public static class BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder extends Object
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.| Constructor and Description |
|---|
Builder(String customerId,
CustomAttribute customAttribute)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest |
build()
Builds a new
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest object
using the set fields. |
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder |
customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder |
customerId(String customerId)
Setter for customerId.
|
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder |
idempotencyKey(String idempotencyKey)
Setter for idempotencyKey.
|
public Builder(String customerId, CustomAttribute customAttribute)
customerId - String value for customerId.customAttribute - CustomAttribute value for customAttribute.public BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder customerId(String customerId)
customerId - String value for customerId.public BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder customAttribute(CustomAttribute customAttribute)
customAttribute - CustomAttribute value for customAttribute.public BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder idempotencyKey(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest build()
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest object
using the set fields.Copyright © 2022. All rights reserved.