pub struct CreateSession { /* private fields */ }
Expand description

Fluent builder constructing a request to CreateSession.

Creates a new session.

Implementations

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.

The ID of the session request.

The ID of the session request.

The description of the session.

The description of the session.

The IAM Role ARN

The IAM Role ARN

The SessionCommand that runs the job.

The SessionCommand that runs the job.

The number of seconds before request times out.

The number of seconds before request times out.

The number of seconds when idle before request times out.

The number of seconds when idle before request times out.

Adds a key-value pair to DefaultArguments.

To override the contents of this collection use set_default_arguments.

A map array of key-value pairs. Max is 75 pairs.

A map array of key-value pairs. Max is 75 pairs.

The number of connections to use for the session.

The number of connections to use for the session.

The number of AWS Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

The number of AWS Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

The number of workers to use for the session.

The number of workers to use for the session.

The Worker Type. Can be one of G.1X, G.2X, Standard

The Worker Type. Can be one of G.1X, G.2X, Standard

The name of the SecurityConfiguration structure to be used with the session

The name of the SecurityConfiguration structure to be used with the session

The Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The GlueVersion must be greater than 2.0.

The Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The GlueVersion must be greater than 2.0.

Adds a key-value pair to Tags.

To override the contents of this collection use set_tags.

The map of key value pairs (tags) belonging to the session.

The map of key value pairs (tags) belonging to the session.

The origin of the request.

The origin of the request.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more