pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateBackendConfigInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_app_id(self, input: Option<String>) -> Self
pub fn set_app_id(self, input: Option<String>) -> Self
The app ID.
sourcepub fn login_auth_config(self, input: LoginAuthConfigReqObj) -> Self
pub fn login_auth_config(self, input: LoginAuthConfigReqObj) -> Self
Describes the Amazon Cognito configuration for Admin UI access.
sourcepub fn set_login_auth_config(self, input: Option<LoginAuthConfigReqObj>) -> Self
pub fn set_login_auth_config(self, input: Option<LoginAuthConfigReqObj>) -> Self
Describes the Amazon Cognito configuration for Admin UI access.
sourcepub fn build(self) -> Result<UpdateBackendConfigInput, BuildError>
pub fn build(self) -> Result<UpdateBackendConfigInput, BuildError>
Consumes the builder and constructs a UpdateBackendConfigInput
.