pub struct Builder { /* private fields */ }Expand description
A builder for GetRandomPasswordOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn random_password(self, input: impl Into<String>) -> Self
pub fn random_password(self, input: impl Into<String>) -> Self
A string with the password.
sourcepub fn set_random_password(self, input: Option<String>) -> Self
pub fn set_random_password(self, input: Option<String>) -> Self
A string with the password.
sourcepub fn build(self) -> GetRandomPasswordOutput
pub fn build(self) -> GetRandomPasswordOutput
Consumes the builder and constructs a GetRandomPasswordOutput.