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