Uses of Interface
software.amazon.awssdk.services.athena.model.QueryRuntimeStatisticsRows.Builder
-
Packages that use QueryRuntimeStatisticsRows.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryRuntimeStatisticsRows.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryRuntimeStatisticsRows.Builder Modifier and Type Method Description static QueryRuntimeStatisticsRows.BuilderQueryRuntimeStatisticsRows. builder()QueryRuntimeStatisticsRows.BuilderQueryRuntimeStatisticsRows.Builder. inputBytes(Long inputBytes)The number of bytes read to execute the query.QueryRuntimeStatisticsRows.BuilderQueryRuntimeStatisticsRows.Builder. inputRows(Long inputRows)The number of rows read to execute the query.QueryRuntimeStatisticsRows.BuilderQueryRuntimeStatisticsRows.Builder. outputBytes(Long outputBytes)The number of bytes returned by the query.QueryRuntimeStatisticsRows.BuilderQueryRuntimeStatisticsRows.Builder. outputRows(Long outputRows)The number of rows returned by the query.QueryRuntimeStatisticsRows.BuilderQueryRuntimeStatisticsRows. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type QueryRuntimeStatisticsRows.Builder Modifier and Type Method Description static Class<? extends QueryRuntimeStatisticsRows.Builder>QueryRuntimeStatisticsRows. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type QueryRuntimeStatisticsRows.Builder Modifier and Type Method Description default QueryRuntimeStatistics.BuilderQueryRuntimeStatistics.Builder. rows(Consumer<QueryRuntimeStatisticsRows.Builder> rows)Sets the value of the Rows property for this object.
-