Struct aws_sdk_athena::model::result_reuse_information::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResultReuseInformation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reused_previous_result(self, input: bool) -> Self
pub fn reused_previous_result(self, input: bool) -> Self
True if a previous query result was reused; false if the result was generated from a new run of the query.
sourcepub fn set_reused_previous_result(self, input: Option<bool>) -> Self
pub fn set_reused_previous_result(self, input: Option<bool>) -> Self
True if a previous query result was reused; false if the result was generated from a new run of the query.
sourcepub fn build(self) -> ResultReuseInformation
pub fn build(self) -> ResultReuseInformation
Consumes the builder and constructs a ResultReuseInformation
.