Struct aws_sdk_dax::model::sse_description::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SseDescription
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: SseStatus) -> Self
pub fn status(self, input: SseStatus) -> Self
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.
sourcepub fn set_status(self, input: Option<SseStatus>) -> Self
pub fn set_status(self, input: Option<SseStatus>) -> Self
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.
sourcepub fn build(self) -> SseDescription
pub fn build(self) -> SseDescription
Consumes the builder and constructs a SseDescription
.