Struct aws_sdk_redshift::operation::delete_custom_domain_association::builders::DeleteCustomDomainAssociationInputBuilder
source · #[non_exhaustive]pub struct DeleteCustomDomainAssociationInputBuilder { /* private fields */ }
Expand description
A builder for DeleteCustomDomainAssociationInput
.
Implementations§
source§impl DeleteCustomDomainAssociationInputBuilder
impl DeleteCustomDomainAssociationInputBuilder
sourcepub fn cluster_identifier(self, input: impl Into<String>) -> Self
pub fn cluster_identifier(self, input: impl Into<String>) -> Self
The identifier of the cluster to delete a custom domain association for.
This field is required.sourcepub fn set_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_cluster_identifier(self, input: Option<String>) -> Self
The identifier of the cluster to delete a custom domain association for.
sourcepub fn get_cluster_identifier(&self) -> &Option<String>
pub fn get_cluster_identifier(&self) -> &Option<String>
The identifier of the cluster to delete a custom domain association for.
sourcepub fn custom_domain_name(self, input: impl Into<String>) -> Self
pub fn custom_domain_name(self, input: impl Into<String>) -> Self
The custom domain name for the custom domain association.
This field is required.sourcepub fn set_custom_domain_name(self, input: Option<String>) -> Self
pub fn set_custom_domain_name(self, input: Option<String>) -> Self
The custom domain name for the custom domain association.
sourcepub fn get_custom_domain_name(&self) -> &Option<String>
pub fn get_custom_domain_name(&self) -> &Option<String>
The custom domain name for the custom domain association.
sourcepub fn build(self) -> Result<DeleteCustomDomainAssociationInput, BuildError>
pub fn build(self) -> Result<DeleteCustomDomainAssociationInput, BuildError>
Consumes the builder and constructs a DeleteCustomDomainAssociationInput
.
source§impl DeleteCustomDomainAssociationInputBuilder
impl DeleteCustomDomainAssociationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteCustomDomainAssociationOutput, SdkError<DeleteCustomDomainAssociationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteCustomDomainAssociationOutput, SdkError<DeleteCustomDomainAssociationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteCustomDomainAssociationInputBuilder
impl Clone for DeleteCustomDomainAssociationInputBuilder
source§fn clone(&self) -> DeleteCustomDomainAssociationInputBuilder
fn clone(&self) -> DeleteCustomDomainAssociationInputBuilder
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 DeleteCustomDomainAssociationInputBuilder
impl Default for DeleteCustomDomainAssociationInputBuilder
source§fn default() -> DeleteCustomDomainAssociationInputBuilder
fn default() -> DeleteCustomDomainAssociationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteCustomDomainAssociationInputBuilder
impl PartialEq for DeleteCustomDomainAssociationInputBuilder
source§fn eq(&self, other: &DeleteCustomDomainAssociationInputBuilder) -> bool
fn eq(&self, other: &DeleteCustomDomainAssociationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteCustomDomainAssociationInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteCustomDomainAssociationInputBuilder
impl RefUnwindSafe for DeleteCustomDomainAssociationInputBuilder
impl Send for DeleteCustomDomainAssociationInputBuilder
impl Sync for DeleteCustomDomainAssociationInputBuilder
impl Unpin for DeleteCustomDomainAssociationInputBuilder
impl UnwindSafe for DeleteCustomDomainAssociationInputBuilder
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.