#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for Studio
Implementations
sourceimpl Builder
impl Builder
sourcepub fn set_studio_id(self, input: Option<String>) -> Self
pub fn set_studio_id(self, input: Option<String>) -> Self
The ID of the Amazon EMR Studio.
sourcepub fn studio_arn(self, input: impl Into<String>) -> Self
pub fn studio_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
sourcepub fn set_studio_arn(self, input: Option<String>) -> Self
pub fn set_studio_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The detailed description of the Amazon EMR Studio.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The detailed description of the Amazon EMR Studio.
sourcepub fn auth_mode(self, input: AuthMode) -> Self
pub fn auth_mode(self, input: AuthMode) -> Self
Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.
sourcepub fn set_auth_mode(self, input: Option<AuthMode>) -> Self
pub fn set_auth_mode(self, input: Option<AuthMode>) -> Self
Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
The ID of the VPC associated with the Amazon EMR Studio.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the VPC associated with the Amazon EMR Studio.
sourcepub fn subnet_ids(self, input: impl Into<String>) -> Self
pub fn subnet_ids(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
The list of IDs of the subnets associated with the Amazon EMR Studio.
sourcepub fn service_role(self, input: impl Into<String>) -> Self
pub fn service_role(self, input: impl Into<String>) -> Self
The name of the IAM role assumed by the Amazon EMR Studio.
sourcepub fn set_service_role(self, input: Option<String>) -> Self
pub fn set_service_role(self, input: Option<String>) -> Self
The name of the IAM role assumed by the Amazon EMR Studio.
sourcepub fn user_role(self, input: impl Into<String>) -> Self
pub fn user_role(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_user_role(self, input: Option<String>) -> Self
pub fn set_user_role(self, input: Option<String>) -> Self
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.
sourcepub fn workspace_security_group_id(self, input: impl Into<String>) -> Self
pub fn workspace_security_group_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_workspace_security_group_id(self, input: Option<String>) -> Self
pub fn set_workspace_security_group_id(self, input: Option<String>) -> Self
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.
sourcepub fn engine_security_group_id(self, input: impl Into<String>) -> Self
pub fn engine_security_group_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_engine_security_group_id(self, input: Option<String>) -> Self
pub fn set_engine_security_group_id(self, input: Option<String>) -> Self
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.
sourcepub fn url(self, input: impl Into<String>) -> Self
pub fn url(self, input: impl Into<String>) -> Self
The unique access URL of the Amazon EMR Studio.
sourcepub fn set_url(self, input: Option<String>) -> Self
pub fn set_url(self, input: Option<String>) -> Self
The unique access URL of the Amazon EMR Studio.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the Amazon EMR Studio was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time the Amazon EMR Studio was created.
sourcepub fn default_s3_location(self, input: impl Into<String>) -> Self
pub fn default_s3_location(self, input: impl Into<String>) -> Self
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
sourcepub fn set_default_s3_location(self, input: Option<String>) -> Self
pub fn set_default_s3_location(self, input: Option<String>) -> Self
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
sourcepub fn idp_auth_url(self, input: impl Into<String>) -> Self
pub fn idp_auth_url(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_idp_auth_url(self, input: Option<String>) -> Self
pub fn set_idp_auth_url(self, input: Option<String>) -> Self
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.
sourcepub fn idp_relay_state_parameter_name(self, input: impl Into<String>) -> Self
pub fn idp_relay_state_parameter_name(self, input: impl Into<String>) -> Self
The name of your identity provider's RelayState parameter.
sourcepub fn set_idp_relay_state_parameter_name(self, input: Option<String>) -> Self
pub fn set_idp_relay_state_parameter_name(self, input: Option<String>) -> Self
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
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more