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