Struct aws_sdk_elasticsearch::model::ebs_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EbsOptions
Implementations
Specifies whether EBS-based storage is enabled.
Specifies whether EBS-based storage is enabled.
Specifies the volume type for EBS-based storage.
Specifies the volume type for EBS-based storage.
Integer to specify the size of an EBS volume.
Integer to specify the size of an EBS volume.
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
Consumes the builder and constructs a EbsOptions
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