Struct aws_sdk_fsx::model::disk_iops_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DiskIopsConfiguration
Implementations
Specifies whether the number of IOPS for the file system is
using the system default (AUTOMATIC) or was
provisioned by the customer (USER_PROVISIONED).
Specifies whether the number of IOPS for the file system is
using the system default (AUTOMATIC) or was
provisioned by the customer (USER_PROVISIONED).
The total number of SSD IOPS provisioned for the file system.
The total number of SSD IOPS provisioned for the file system.
Consumes the builder and constructs a DiskIopsConfiguration
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