Struct aws_sdk_cognitoidentityprovider::operation::create_user_pool_domain::builders::CreateUserPoolDomainOutputBuilder
source · #[non_exhaustive]pub struct CreateUserPoolDomainOutputBuilder { /* private fields */ }Expand description
A builder for CreateUserPoolDomainOutput.
Implementations§
source§impl CreateUserPoolDomainOutputBuilder
impl CreateUserPoolDomainOutputBuilder
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 you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.
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 you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.
sourcepub fn get_cloud_front_domain(&self) -> &Option<String>
pub fn get_cloud_front_domain(&self) -> &Option<String>
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.
sourcepub fn build(self) -> CreateUserPoolDomainOutput
pub fn build(self) -> CreateUserPoolDomainOutput
Consumes the builder and constructs a CreateUserPoolDomainOutput.
Trait Implementations§
source§impl Clone for CreateUserPoolDomainOutputBuilder
impl Clone for CreateUserPoolDomainOutputBuilder
source§fn clone(&self) -> CreateUserPoolDomainOutputBuilder
fn clone(&self) -> CreateUserPoolDomainOutputBuilder
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 CreateUserPoolDomainOutputBuilder
impl Default for CreateUserPoolDomainOutputBuilder
source§fn default() -> CreateUserPoolDomainOutputBuilder
fn default() -> CreateUserPoolDomainOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateUserPoolDomainOutputBuilder
impl PartialEq for CreateUserPoolDomainOutputBuilder
source§fn eq(&self, other: &CreateUserPoolDomainOutputBuilder) -> bool
fn eq(&self, other: &CreateUserPoolDomainOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateUserPoolDomainOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateUserPoolDomainOutputBuilder
impl Send for CreateUserPoolDomainOutputBuilder
impl Sync for CreateUserPoolDomainOutputBuilder
impl Unpin for CreateUserPoolDomainOutputBuilder
impl UnwindSafe for CreateUserPoolDomainOutputBuilder
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.