pub struct Builder { /* private fields */ }
Expand description
A builder for GetQueryRuntimeStatisticsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn query_execution_id(self, input: impl Into<String>) -> Self
pub fn query_execution_id(self, input: impl Into<String>) -> Self
The unique ID of the query execution.
sourcepub fn set_query_execution_id(self, input: Option<String>) -> Self
pub fn set_query_execution_id(self, input: Option<String>) -> Self
The unique ID of the query execution.
sourcepub fn build(self) -> Result<GetQueryRuntimeStatisticsInput, BuildError>
pub fn build(self) -> Result<GetQueryRuntimeStatisticsInput, BuildError>
Consumes the builder and constructs a GetQueryRuntimeStatisticsInput
.