Struct aws_sdk_emr::model::volume_specification::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for VolumeSpecification
Implementations
The volume type. Volume types supported are gp2, io1, standard.
The volume type. Volume types supported are gp2, io1, standard.
The number of I/O operations per second (IOPS) that the volume supports.
The number of I/O operations per second (IOPS) that the volume supports.
The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
Consumes the builder and constructs a VolumeSpecification
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