Struct aws_sdk_athena::model::result_reuse_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResultReuseConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn result_reuse_by_age_configuration(
self,
input: ResultReuseByAgeConfiguration
) -> Self
pub fn result_reuse_by_age_configuration( self, input: ResultReuseByAgeConfiguration ) -> Self
Specifies whether previous query results are reused, and if so, their maximum age.
sourcepub fn set_result_reuse_by_age_configuration(
self,
input: Option<ResultReuseByAgeConfiguration>
) -> Self
pub fn set_result_reuse_by_age_configuration( self, input: Option<ResultReuseByAgeConfiguration> ) -> Self
Specifies whether previous query results are reused, and if so, their maximum age.
sourcepub fn build(self) -> ResultReuseConfiguration
pub fn build(self) -> ResultReuseConfiguration
Consumes the builder and constructs a ResultReuseConfiguration
.