Struct aws_sdk_databrew::operation::start_project_session::builders::StartProjectSessionFluentBuilder
source · pub struct StartProjectSessionFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to StartProjectSession
.
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
Implementations§
source§impl StartProjectSessionFluentBuilder
impl StartProjectSessionFluentBuilder
sourcepub fn as_input(&self) -> &StartProjectSessionInputBuilder
pub fn as_input(&self) -> &StartProjectSessionInputBuilder
Access the StartProjectSession as a reference.
sourcepub async fn send(
self
) -> Result<StartProjectSessionOutput, SdkError<StartProjectSessionError, HttpResponse>>
pub async fn send( self ) -> Result<StartProjectSessionOutput, SdkError<StartProjectSessionError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<StartProjectSessionOutput, StartProjectSessionError, Self>
pub fn customize( self ) -> CustomizableOperation<StartProjectSessionOutput, StartProjectSessionError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn assume_control(self, input: bool) -> Self
pub fn assume_control(self, input: bool) -> Self
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
sourcepub fn set_assume_control(self, input: Option<bool>) -> Self
pub fn set_assume_control(self, input: Option<bool>) -> Self
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
sourcepub fn get_assume_control(&self) -> &Option<bool>
pub fn get_assume_control(&self) -> &Option<bool>
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
Trait Implementations§
source§impl Clone for StartProjectSessionFluentBuilder
impl Clone for StartProjectSessionFluentBuilder
source§fn clone(&self) -> StartProjectSessionFluentBuilder
fn clone(&self) -> StartProjectSessionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more