Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.ExecutionStatus.Builder
-
Packages that use ExecutionStatus.Builder Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ExecutionStatus.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ExecutionStatus.Builder Modifier and Type Method Description static ExecutionStatus.BuilderExecutionStatus. builder()ExecutionStatus.BuilderExecutionStatus.Builder. completedAt(Instant completedAt)The time when the execution was completed.ExecutionStatus.BuilderExecutionStatus.Builder. createdAt(Instant createdAt)The time when the execution was created.ExecutionStatus.BuilderExecutionStatus.Builder. lastUpdatedAt(Instant lastUpdatedAt)The time when the execution was last updated.ExecutionStatus.BuilderExecutionStatus.Builder. statusCode(String statusCode)The code for the status of the execution.ExecutionStatus.BuilderExecutionStatus.Builder. statusCode(ExecutionStatusCode statusCode)The code for the status of the execution.ExecutionStatus.BuilderExecutionStatus.Builder. statusReason(String statusReason)The reason for the failed status.ExecutionStatus.BuilderExecutionStatus.Builder. statusReason(ExecutionStatusReason statusReason)The reason for the failed status.ExecutionStatus.BuilderExecutionStatus. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ExecutionStatus.Builder Modifier and Type Method Description static Class<? extends ExecutionStatus.Builder>ExecutionStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type ExecutionStatus.Builder Modifier and Type Method Description default ExecutionReference.BuilderExecutionReference.Builder. executionStatus(Consumer<ExecutionStatus.Builder> executionStatus)The status of this specific execution.default GetExecutionResponse.BuilderGetExecutionResponse.Builder. executionStatus(Consumer<ExecutionStatus.Builder> executionStatus)The status of this specific execution.
-