Struct aws_sdk_athena::model::prepared_statement_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PreparedStatementSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn statement_name(self, input: impl Into<String>) -> Self
pub fn statement_name(self, input: impl Into<String>) -> Self
The name of the prepared statement.
sourcepub fn set_statement_name(self, input: Option<String>) -> Self
pub fn set_statement_name(self, input: Option<String>) -> Self
The name of the prepared statement.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time of the prepared statement.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last modified time of the prepared statement.
sourcepub fn build(self) -> PreparedStatementSummary
pub fn build(self) -> PreparedStatementSummary
Consumes the builder and constructs a PreparedStatementSummary
.