aws-sdk-glue 1.149.0

AWS SDK for AWS Glue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetSessionEndpoint`](crate::operation::get_session_endpoint::builders::GetSessionEndpointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`session_id(impl Into<String>)`](crate::operation::get_session_endpoint::builders::GetSessionEndpointFluentBuilder::session_id) / [`set_session_id(Option<String>)`](crate::operation::get_session_endpoint::builders::GetSessionEndpointFluentBuilder::set_session_id):<br>required: **true**<br><p>The unique identifier of the interactive session.</p><br>
    /// - On success, responds with [`GetSessionEndpointOutput`](crate::operation::get_session_endpoint::GetSessionEndpointOutput) with field(s):
    ///   - [`spark_connect(Option<SessionEndpoint>)`](crate::operation::get_session_endpoint::GetSessionEndpointOutput::spark_connect): <p>The Spark Connect endpoint details for the session.</p>
    /// - On failure, responds with [`SdkError<GetSessionEndpointError>`](crate::operation::get_session_endpoint::GetSessionEndpointError)
    pub fn get_session_endpoint(&self) -> crate::operation::get_session_endpoint::builders::GetSessionEndpointFluentBuilder {
        crate::operation::get_session_endpoint::builders::GetSessionEndpointFluentBuilder::new(self.handle.clone())
    }
}