pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateBackendAuthIdentityPoolConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn unauthenticated_login(self, input: bool) -> Self
pub fn unauthenticated_login(self, input: bool) -> Self
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
sourcepub fn set_unauthenticated_login(self, input: Option<bool>) -> Self
pub fn set_unauthenticated_login(self, input: Option<bool>) -> Self
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
sourcepub fn build(self) -> UpdateBackendAuthIdentityPoolConfig
pub fn build(self) -> UpdateBackendAuthIdentityPoolConfig
Consumes the builder and constructs a UpdateBackendAuthIdentityPoolConfig
.