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