pub struct Builder { /* private fields */ }
Expand description
A builder for EncryptionAtRestOptionsStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn options(self, input: EncryptionAtRestOptions) -> Self
pub fn options(self, input: EncryptionAtRestOptions) -> Self
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
sourcepub fn set_options(self, input: Option<EncryptionAtRestOptions>) -> Self
pub fn set_options(self, input: Option<EncryptionAtRestOptions>) -> Self
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
sourcepub fn status(self, input: OptionStatus) -> Self
pub fn status(self, input: OptionStatus) -> Self
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
sourcepub fn set_status(self, input: Option<OptionStatus>) -> Self
pub fn set_status(self, input: Option<OptionStatus>) -> Self
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
sourcepub fn build(self) -> EncryptionAtRestOptionsStatus
pub fn build(self) -> EncryptionAtRestOptionsStatus
Consumes the builder and constructs a EncryptionAtRestOptionsStatus
.