Struct aws_sdk_athena::output::get_session_status_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetSessionStatusOutput
.
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 session ID.
sourcepub fn set_session_id(self, input: Option<String>) -> Self
pub fn set_session_id(self, input: Option<String>) -> Self
The session ID.
sourcepub fn status(self, input: SessionStatus) -> Self
pub fn status(self, input: SessionStatus) -> Self
Contains information about the status of the session.
sourcepub fn set_status(self, input: Option<SessionStatus>) -> Self
pub fn set_status(self, input: Option<SessionStatus>) -> Self
Contains information about the status of the session.
sourcepub fn build(self) -> GetSessionStatusOutput
pub fn build(self) -> GetSessionStatusOutput
Consumes the builder and constructs a GetSessionStatusOutput
.