#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for Studio

Implementations

The ID of the Amazon EMR Studio.

The ID of the Amazon EMR Studio.

The Amazon Resource Name (ARN) of the Amazon EMR Studio.

The Amazon Resource Name (ARN) of the Amazon EMR Studio.

The name of the Amazon EMR Studio.

The name of the Amazon EMR Studio.

The detailed description of the Amazon EMR Studio.

The detailed description of the Amazon EMR Studio.

Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.

Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.

The ID of the VPC associated with the Amazon EMR Studio.

The ID of the VPC associated with the Amazon EMR Studio.

Appends an item to subnet_ids.

To override the contents of this collection use set_subnet_ids.

The list of IDs of the subnets associated with the Amazon EMR Studio.

The list of IDs of the subnets associated with the Amazon EMR Studio.

The name of the IAM role assumed by the Amazon EMR Studio.

The name of the IAM role assumed by the Amazon EMR Studio.

The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

The ID of the Workspace security group associated with the Amazon EMR Studio. The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.

The ID of the Workspace security group associated with the Amazon EMR Studio. The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.

The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

The unique access URL of the Amazon EMR Studio.

The unique access URL of the Amazon EMR Studio.

The time the Amazon EMR Studio was created.

The time the Amazon EMR Studio was created.

The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.

Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.

The name of your identity provider's RelayState parameter.

The name of your identity provider's RelayState parameter.

Appends an item to tags.

To override the contents of this collection use set_tags.

A list of tags associated with the Amazon EMR Studio.

A list of tags associated with the Amazon EMR Studio.

Consumes the builder and constructs a Studio

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

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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