pub struct Builder { /* private fields */ }Expand description
A builder for NodeToNodeEncryptionOptionsStatus.
Implementations§
source§impl Builder
impl Builder
sourcepub fn options(self, input: NodeToNodeEncryptionOptions) -> Self
pub fn options(self, input: NodeToNodeEncryptionOptions) -> Self
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
sourcepub fn set_options(self, input: Option<NodeToNodeEncryptionOptions>) -> Self
pub fn set_options(self, input: Option<NodeToNodeEncryptionOptions>) -> Self
Specifies the node-to-node encryption 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 node-to-node encryption 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 node-to-node encryption options for the specified Elasticsearch domain.
sourcepub fn build(self) -> NodeToNodeEncryptionOptionsStatus
pub fn build(self) -> NodeToNodeEncryptionOptionsStatus
Consumes the builder and constructs a NodeToNodeEncryptionOptionsStatus.