| Package | Description |
|---|---|
| software.amazon.awssdk.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlOperation.Builder |
ControlOperation.builder() |
ControlOperation.Builder |
ControlOperation.Builder.endTime(Instant endTime)
The time that the operation finished.
|
ControlOperation.Builder |
ControlOperation.Builder.operationType(ControlOperationType operationType)
One of
ENABLE_CONTROL or DISABLE_CONTROL. |
ControlOperation.Builder |
ControlOperation.Builder.operationType(String operationType)
One of
ENABLE_CONTROL or DISABLE_CONTROL. |
ControlOperation.Builder |
ControlOperation.Builder.startTime(Instant startTime)
The time that the operation began.
|
ControlOperation.Builder |
ControlOperation.Builder.status(ControlOperationStatus status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
ControlOperation.Builder |
ControlOperation.Builder.status(String status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
ControlOperation.Builder |
ControlOperation.Builder.statusMessage(String statusMessage)
If the operation result is
FAILED, this string contains a message explaining why the operation
failed. |
ControlOperation.Builder |
ControlOperation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ControlOperation.Builder> |
ControlOperation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetControlOperationResponse.Builder |
GetControlOperationResponse.Builder.controlOperation(Consumer<ControlOperation.Builder> controlOperation)
This is a convenience method that creates an instance of the
ControlOperation.Builder avoiding the
need to create one manually via ControlOperation.builder(). |
Copyright © 2022. All rights reserved.