Struct aws_sdk_emr::model::studio_summary::Builder   
source · pub struct Builder { /* private fields */ }Expand description
A builder for StudioSummary.
Implementations§
source§impl 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 vpc_id(self, input: impl Into<String>) -> Self
 
pub fn vpc_id(self, input: impl Into<String>) -> Self
The ID of the Virtual Private Cloud (Amazon 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 Virtual Private Cloud (Amazon VPC) associated with 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 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 auth_mode(self, input: AuthMode) -> Self
 
pub fn auth_mode(self, input: AuthMode) -> Self
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
sourcepub fn set_auth_mode(self, input: Option<AuthMode>) -> Self
 
pub fn set_auth_mode(self, input: Option<AuthMode>) -> Self
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
sourcepub fn creation_time(self, input: DateTime) -> Self
 
pub fn creation_time(self, input: DateTime) -> Self
The time when 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 when the Amazon EMR Studio was created.
sourcepub fn build(self) -> StudioSummary
 
pub fn build(self) -> StudioSummary
Consumes the builder and constructs a StudioSummary.