Struct aws_sdk_elasticsearch::model::master_user_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MasterUserOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn master_user_arn(self, input: impl Into<String>) -> Self
pub fn master_user_arn(self, input: impl Into<String>) -> Self
ARN for the master user (if IAM is enabled).
sourcepub fn set_master_user_arn(self, input: Option<String>) -> Self
pub fn set_master_user_arn(self, input: Option<String>) -> Self
ARN for the master user (if IAM is enabled).
sourcepub fn master_user_name(self, input: impl Into<String>) -> Self
pub fn master_user_name(self, input: impl Into<String>) -> Self
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
sourcepub fn set_master_user_name(self, input: Option<String>) -> Self
pub fn set_master_user_name(self, input: Option<String>) -> Self
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
sourcepub fn master_user_password(self, input: impl Into<String>) -> Self
pub fn master_user_password(self, input: impl Into<String>) -> Self
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
sourcepub fn set_master_user_password(self, input: Option<String>) -> Self
pub fn set_master_user_password(self, input: Option<String>) -> Self
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
sourcepub fn build(self) -> MasterUserOptions
pub fn build(self) -> MasterUserOptions
Consumes the builder and constructs a MasterUserOptions
.