Struct aws_sdk_finspace::model::superuser_parameters::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for SuperuserParameters.
Implementations§
source§impl Builder
impl Builder
sourcepub fn email_address(self, input: impl Into<String>) -> Self
pub fn email_address(self, input: impl Into<String>) -> Self
The email address of the superuser.
sourcepub fn set_email_address(self, input: Option<String>) -> Self
pub fn set_email_address(self, input: Option<String>) -> Self
The email address of the superuser.
sourcepub fn first_name(self, input: impl Into<String>) -> Self
pub fn first_name(self, input: impl Into<String>) -> Self
The first name of the superuser.
sourcepub fn set_first_name(self, input: Option<String>) -> Self
pub fn set_first_name(self, input: Option<String>) -> Self
The first name of the superuser.
sourcepub fn set_last_name(self, input: Option<String>) -> Self
pub fn set_last_name(self, input: Option<String>) -> Self
The last name of the superuser.
sourcepub fn build(self) -> SuperuserParameters
pub fn build(self) -> SuperuserParameters
Consumes the builder and constructs a SuperuserParameters.