Struct aws_sdk_cognitoidentityprovider::operation::update_user_pool_domain::builders::UpdateUserPoolDomainOutputBuilder
source · #[non_exhaustive]pub struct UpdateUserPoolDomainOutputBuilder { /* private fields */ }Expand description
A builder for UpdateUserPoolDomainOutput.
Implementations§
source§impl UpdateUserPoolDomainOutputBuilder
impl UpdateUserPoolDomainOutputBuilder
sourcepub fn cloud_front_domain(self, input: impl Into<String>) -> Self
pub fn cloud_front_domain(self, input: impl Into<String>) -> Self
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
sourcepub fn set_cloud_front_domain(self, input: Option<String>) -> Self
pub fn set_cloud_front_domain(self, input: Option<String>) -> Self
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
sourcepub fn get_cloud_front_domain(&self) -> &Option<String>
pub fn get_cloud_front_domain(&self) -> &Option<String>
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
sourcepub fn build(self) -> UpdateUserPoolDomainOutput
pub fn build(self) -> UpdateUserPoolDomainOutput
Consumes the builder and constructs a UpdateUserPoolDomainOutput.
Trait Implementations§
source§impl Clone for UpdateUserPoolDomainOutputBuilder
impl Clone for UpdateUserPoolDomainOutputBuilder
source§fn clone(&self) -> UpdateUserPoolDomainOutputBuilder
fn clone(&self) -> UpdateUserPoolDomainOutputBuilder
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 UpdateUserPoolDomainOutputBuilder
impl Default for UpdateUserPoolDomainOutputBuilder
source§fn default() -> UpdateUserPoolDomainOutputBuilder
fn default() -> UpdateUserPoolDomainOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateUserPoolDomainOutputBuilder
impl PartialEq for UpdateUserPoolDomainOutputBuilder
source§fn eq(&self, other: &UpdateUserPoolDomainOutputBuilder) -> bool
fn eq(&self, other: &UpdateUserPoolDomainOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateUserPoolDomainOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserPoolDomainOutputBuilder
impl Send for UpdateUserPoolDomainOutputBuilder
impl Sync for UpdateUserPoolDomainOutputBuilder
impl Unpin for UpdateUserPoolDomainOutputBuilder
impl UnwindSafe for UpdateUserPoolDomainOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.