Struct aws_sdk_emr::model::studio::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Studio
Implementations
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 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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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