Uses of Interface
software.amazon.awssdk.services.athena.model.SessionStatistics.Builder
-
Packages that use SessionStatistics.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of SessionStatistics.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return SessionStatistics.Builder Modifier and Type Method Description static SessionStatistics.BuilderSessionStatistics. builder()SessionStatistics.BuilderSessionStatistics.Builder. dpuExecutionInMillis(Long dpuExecutionInMillis)The data processing unit execution time for a session in milliseconds.SessionStatistics.BuilderSessionStatistics. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type SessionStatistics.Builder Modifier and Type Method Description static Class<? extends SessionStatistics.Builder>SessionStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type SessionStatistics.Builder Modifier and Type Method Description default GetSessionResponse.BuilderGetSessionResponse.Builder. statistics(Consumer<SessionStatistics.Builder> statistics)Contains the DPU execution time.
-