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