Struct aws_sdk_dax::model::sse_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SseDescription
Implementations
The current state of server-side encryption:
-
ENABLING
- Server-side encryption is being enabled. -
ENABLED
- Server-side encryption is enabled. -
DISABLING
- Server-side encryption is being disabled. -
DISABLED
- Server-side encryption is disabled.
The current state of server-side encryption:
-
ENABLING
- Server-side encryption is being enabled. -
ENABLED
- Server-side encryption is enabled. -
DISABLING
- Server-side encryption is being disabled. -
DISABLED
- Server-side encryption is disabled.
Consumes the builder and constructs a SseDescription
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