Struct aws_sdk_securityhub::types::builders::AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
source · #[non_exhaustive]pub struct AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsOpenSearchServiceDomainMasterUserOptionsDetails
.
Implementations§
source§impl AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
sourcepub fn master_user_arn(self, input: impl Into<String>) -> Self
pub fn master_user_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the master user.
sourcepub fn set_master_user_arn(self, input: Option<String>) -> Self
pub fn set_master_user_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the master user.
sourcepub fn get_master_user_arn(&self) -> &Option<String>
pub fn get_master_user_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the master user.
sourcepub fn master_user_name(self, input: impl Into<String>) -> Self
pub fn master_user_name(self, input: impl Into<String>) -> Self
The username for the master user.
sourcepub fn set_master_user_name(self, input: Option<String>) -> Self
pub fn set_master_user_name(self, input: Option<String>) -> Self
The username for the master user.
sourcepub fn get_master_user_name(&self) -> &Option<String>
pub fn get_master_user_name(&self) -> &Option<String>
The username for the master user.
sourcepub fn master_user_password(self, input: impl Into<String>) -> Self
pub fn master_user_password(self, input: impl Into<String>) -> Self
The password for the master user.
sourcepub fn set_master_user_password(self, input: Option<String>) -> Self
pub fn set_master_user_password(self, input: Option<String>) -> Self
The password for the master user.
sourcepub fn get_master_user_password(&self) -> &Option<String>
pub fn get_master_user_password(&self) -> &Option<String>
The password for the master user.
sourcepub fn build(self) -> AwsOpenSearchServiceDomainMasterUserOptionsDetails
pub fn build(self) -> AwsOpenSearchServiceDomainMasterUserOptionsDetails
Consumes the builder and constructs a AwsOpenSearchServiceDomainMasterUserOptionsDetails
.
Trait Implementations§
source§impl Clone for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl Clone for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
source§fn clone(&self) -> AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
fn clone(&self) -> AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl Default for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
source§fn default() -> AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
fn default() -> AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl PartialEq for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
source§fn eq(
&self,
other: &AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl Send for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl Sync for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl Unpin for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
impl UnwindSafe for AwsOpenSearchServiceDomainMasterUserOptionsDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more