Struct aws_sdk_emr::input::update_studio_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateStudioInput
Implementations
The ID of the Amazon EMR Studio to update.
The ID of the Amazon EMR Studio to update.
A descriptive name for the Amazon EMR Studio.
A descriptive name for the Amazon EMR Studio.
A detailed description to assign to the Amazon EMR Studio.
A detailed description to assign to the Amazon EMR Studio.
Appends an item to subnet_ids.
To override the contents of this collection use set_subnet_ids.
A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.
A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
Consumes the builder and constructs a UpdateStudioInput
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