public static class CreateCustomerGroupRequest.Builder extends Object
CreateCustomerGroupRequest.| Constructor and Description |
|---|
Builder(CustomerGroup group)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomerGroupRequest |
build()
Builds a new
CreateCustomerGroupRequest object using the set fields. |
CreateCustomerGroupRequest.Builder |
group(CustomerGroup group)
Setter for group.
|
CreateCustomerGroupRequest.Builder |
idempotencyKey(String idempotencyKey)
Setter for idempotencyKey.
|
public Builder(CustomerGroup group)
group - CustomerGroup value for group.public CreateCustomerGroupRequest.Builder group(CustomerGroup group)
group - CustomerGroup value for group.public CreateCustomerGroupRequest.Builder idempotencyKey(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public CreateCustomerGroupRequest build()
CreateCustomerGroupRequest object using the set fields.CreateCustomerGroupRequestCopyright © 2022. All rights reserved.