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