Uses of Interface
software.amazon.awssdk.services.controltower.model.ControlOperation.Builder
-
Packages that use ControlOperation.Builder Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of ControlOperation.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return ControlOperation.Builder Modifier and Type Method Description static ControlOperation.BuilderControlOperation. builder()ControlOperation.BuilderControlOperation.Builder. endTime(Instant endTime)The time that the operation finished.ControlOperation.BuilderControlOperation.Builder. operationType(String operationType)One ofENABLE_CONTROLorDISABLE_CONTROL.ControlOperation.BuilderControlOperation.Builder. operationType(ControlOperationType operationType)One ofENABLE_CONTROLorDISABLE_CONTROL.ControlOperation.BuilderControlOperation.Builder. startTime(Instant startTime)The time that the operation began.ControlOperation.BuilderControlOperation.Builder. status(String status)One ofIN_PROGRESS,SUCEEDED, orFAILED.ControlOperation.BuilderControlOperation.Builder. status(ControlOperationStatus status)One ofIN_PROGRESS,SUCEEDED, orFAILED.ControlOperation.BuilderControlOperation.Builder. statusMessage(String statusMessage)If the operation result isFAILED, this string contains a message explaining why the operation failed.ControlOperation.BuilderControlOperation. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type ControlOperation.Builder Modifier and Type Method Description static Class<? extends ControlOperation.Builder>ControlOperation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.controltower.model with type arguments of type ControlOperation.Builder Modifier and Type Method Description default GetControlOperationResponse.BuilderGetControlOperationResponse.Builder. controlOperation(Consumer<ControlOperation.Builder> controlOperation)An operation performed by the control.
-