pub struct Builder { /* private fields */ }
Expand description
A builder for GetQueryRuntimeStatisticsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn query_runtime_statistics(self, input: QueryRuntimeStatistics) -> Self
pub fn query_runtime_statistics(self, input: QueryRuntimeStatistics) -> Self
Runtime statistics about the query execution.
sourcepub fn set_query_runtime_statistics(
self,
input: Option<QueryRuntimeStatistics>
) -> Self
pub fn set_query_runtime_statistics( self, input: Option<QueryRuntimeStatistics> ) -> Self
Runtime statistics about the query execution.
sourcepub fn build(self) -> GetQueryRuntimeStatisticsOutput
pub fn build(self) -> GetQueryRuntimeStatisticsOutput
Consumes the builder and constructs a GetQueryRuntimeStatisticsOutput
.