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