Uses of Interface
software.amazon.awssdk.services.lakeformation.model.ExecutionStatistics.Builder
-
Packages that use ExecutionStatistics.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of ExecutionStatistics.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ExecutionStatistics.Builder Modifier and Type Method Description ExecutionStatistics.BuilderExecutionStatistics.Builder. averageExecutionTimeMillis(Long averageExecutionTimeMillis)The average time the request took to be executed.static ExecutionStatistics.BuilderExecutionStatistics. builder()ExecutionStatistics.BuilderExecutionStatistics.Builder. dataScannedBytes(Long dataScannedBytes)The amount of data that was scanned in bytes.ExecutionStatistics.BuilderExecutionStatistics. toBuilder()ExecutionStatistics.BuilderExecutionStatistics.Builder. workUnitsExecutedCount(Long workUnitsExecutedCount)The number of work units executed.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ExecutionStatistics.Builder Modifier and Type Method Description static Class<? extends ExecutionStatistics.Builder>ExecutionStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type ExecutionStatistics.Builder Modifier and Type Method Description default GetQueryStatisticsResponse.BuilderGetQueryStatisticsResponse.Builder. executionStatistics(Consumer<ExecutionStatistics.Builder> executionStatistics)AnExecutionStatisticsstructure containing execution statistics.
-