Struct aws_sdk_opensearch::model::ebs_options::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for EbsOptions
Implementations
Whether EBS-based storage is enabled.
Whether EBS-based storage is enabled.
The volume type for EBS-based storage.
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.
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