Struct aws_sdk_athena::model::notebook_session_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NotebookSessionSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn session_id(self, input: impl Into<String>) -> Self
pub fn session_id(self, input: impl Into<String>) -> Self
The notebook session ID.
sourcepub fn set_session_id(self, input: Option<String>) -> Self
pub fn set_session_id(self, input: Option<String>) -> Self
The notebook session ID.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time when the notebook session was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time when the notebook session was created.
sourcepub fn build(self) -> NotebookSessionSummary
pub fn build(self) -> NotebookSessionSummary
Consumes the builder and constructs a NotebookSessionSummary
.