#[non_exhaustive]pub struct UpdateBackendAuthIdentityPoolConfigBuilder { /* private fields */ }
Expand description
A builder for UpdateBackendAuthIdentityPoolConfig
.
Implementations§
source§impl UpdateBackendAuthIdentityPoolConfigBuilder
impl UpdateBackendAuthIdentityPoolConfigBuilder
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
.
Trait Implementations§
source§impl Clone for UpdateBackendAuthIdentityPoolConfigBuilder
impl Clone for UpdateBackendAuthIdentityPoolConfigBuilder
source§fn clone(&self) -> UpdateBackendAuthIdentityPoolConfigBuilder
fn clone(&self) -> UpdateBackendAuthIdentityPoolConfigBuilder
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 UpdateBackendAuthIdentityPoolConfigBuilder
impl Default for UpdateBackendAuthIdentityPoolConfigBuilder
source§fn default() -> UpdateBackendAuthIdentityPoolConfigBuilder
fn default() -> UpdateBackendAuthIdentityPoolConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateBackendAuthIdentityPoolConfigBuilder> for UpdateBackendAuthIdentityPoolConfigBuilder
impl PartialEq<UpdateBackendAuthIdentityPoolConfigBuilder> for UpdateBackendAuthIdentityPoolConfigBuilder
source§fn eq(&self, other: &UpdateBackendAuthIdentityPoolConfigBuilder) -> bool
fn eq(&self, other: &UpdateBackendAuthIdentityPoolConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateBackendAuthIdentityPoolConfigBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBackendAuthIdentityPoolConfigBuilder
impl Send for UpdateBackendAuthIdentityPoolConfigBuilder
impl Sync for UpdateBackendAuthIdentityPoolConfigBuilder
impl Unpin for UpdateBackendAuthIdentityPoolConfigBuilder
impl UnwindSafe for UpdateBackendAuthIdentityPoolConfigBuilder
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