public static interface ControlOperation.Builder extends SdkPojo, CopyableBuilder<ControlOperation.Builder,ControlOperation>
| Modifier and Type | Method and Description |
|---|---|
ControlOperation.Builder |
endTime(Instant endTime)
The time that the operation finished.
|
ControlOperation.Builder |
operationType(ControlOperationType operationType)
One of
ENABLE_CONTROL or DISABLE_CONTROL. |
ControlOperation.Builder |
operationType(String operationType)
One of
ENABLE_CONTROL or DISABLE_CONTROL. |
ControlOperation.Builder |
startTime(Instant startTime)
The time that the operation began.
|
ControlOperation.Builder |
status(ControlOperationStatus status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
ControlOperation.Builder |
status(String status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
ControlOperation.Builder |
statusMessage(String statusMessage)
If the operation result is
FAILED, this string contains a message explaining why the operation
failed. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlOperation.Builder endTime(Instant endTime)
The time that the operation finished.
endTime - The time that the operation finished.ControlOperation.Builder operationType(String operationType)
One of ENABLE_CONTROL or DISABLE_CONTROL.
operationType - One of ENABLE_CONTROL or DISABLE_CONTROL.ControlOperationType,
ControlOperationTypeControlOperation.Builder operationType(ControlOperationType operationType)
One of ENABLE_CONTROL or DISABLE_CONTROL.
operationType - One of ENABLE_CONTROL or DISABLE_CONTROL.ControlOperationType,
ControlOperationTypeControlOperation.Builder startTime(Instant startTime)
The time that the operation began.
startTime - The time that the operation began.ControlOperation.Builder status(String status)
One of IN_PROGRESS, SUCEEDED, or FAILED.
status - One of IN_PROGRESS, SUCEEDED, or FAILED.ControlOperationStatus,
ControlOperationStatusControlOperation.Builder status(ControlOperationStatus status)
One of IN_PROGRESS, SUCEEDED, or FAILED.
status - One of IN_PROGRESS, SUCEEDED, or FAILED.ControlOperationStatus,
ControlOperationStatusControlOperation.Builder statusMessage(String statusMessage)
If the operation result is FAILED, this string contains a message explaining why the operation
failed.
statusMessage - If the operation result is FAILED, this string contains a message explaining why the
operation failed.Copyright © 2022. All rights reserved.