Struct aws_sdk_appflow::operation::delete_connector_profile::builders::DeleteConnectorProfileInputBuilder
source · #[non_exhaustive]pub struct DeleteConnectorProfileInputBuilder { /* private fields */ }Expand description
A builder for DeleteConnectorProfileInput.
Implementations§
source§impl DeleteConnectorProfileInputBuilder
impl DeleteConnectorProfileInputBuilder
sourcepub fn connector_profile_name(self, input: impl Into<String>) -> Self
pub fn connector_profile_name(self, input: impl Into<String>) -> Self
The name of the connector profile. The name is unique for each ConnectorProfile in your account.
sourcepub fn set_connector_profile_name(self, input: Option<String>) -> Self
pub fn set_connector_profile_name(self, input: Option<String>) -> Self
The name of the connector profile. The name is unique for each ConnectorProfile in your account.
sourcepub fn force_delete(self, input: bool) -> Self
pub fn force_delete(self, input: bool) -> Self
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
sourcepub fn set_force_delete(self, input: Option<bool>) -> Self
pub fn set_force_delete(self, input: Option<bool>) -> Self
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
sourcepub fn build(self) -> Result<DeleteConnectorProfileInput, BuildError>
pub fn build(self) -> Result<DeleteConnectorProfileInput, BuildError>
Consumes the builder and constructs a DeleteConnectorProfileInput.
Trait Implementations§
source§impl Clone for DeleteConnectorProfileInputBuilder
impl Clone for DeleteConnectorProfileInputBuilder
source§fn clone(&self) -> DeleteConnectorProfileInputBuilder
fn clone(&self) -> DeleteConnectorProfileInputBuilder
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 DeleteConnectorProfileInputBuilder
impl Default for DeleteConnectorProfileInputBuilder
source§fn default() -> DeleteConnectorProfileInputBuilder
fn default() -> DeleteConnectorProfileInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteConnectorProfileInputBuilder> for DeleteConnectorProfileInputBuilder
impl PartialEq<DeleteConnectorProfileInputBuilder> for DeleteConnectorProfileInputBuilder
source§fn eq(&self, other: &DeleteConnectorProfileInputBuilder) -> bool
fn eq(&self, other: &DeleteConnectorProfileInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteConnectorProfileInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteConnectorProfileInputBuilder
impl Send for DeleteConnectorProfileInputBuilder
impl Sync for DeleteConnectorProfileInputBuilder
impl Unpin for DeleteConnectorProfileInputBuilder
impl UnwindSafe for DeleteConnectorProfileInputBuilder
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