Struct aws_sdk_appflow::operation::describe_connector_entity::builders::DescribeConnectorEntityInputBuilder
source · #[non_exhaustive]pub struct DescribeConnectorEntityInputBuilder { /* private fields */ }Expand description
A builder for DescribeConnectorEntityInput.
Implementations§
source§impl DescribeConnectorEntityInputBuilder
impl DescribeConnectorEntityInputBuilder
sourcepub fn connector_entity_name(self, input: impl Into<String>) -> Self
pub fn connector_entity_name(self, input: impl Into<String>) -> Self
The entity name for that connector.
sourcepub fn set_connector_entity_name(self, input: Option<String>) -> Self
pub fn set_connector_entity_name(self, input: Option<String>) -> Self
The entity name for that connector.
sourcepub fn connector_type(self, input: ConnectorType) -> Self
pub fn connector_type(self, input: ConnectorType) -> Self
The type of connector application, such as Salesforce, Amplitude, and so on.
sourcepub fn set_connector_type(self, input: Option<ConnectorType>) -> Self
pub fn set_connector_type(self, input: Option<ConnectorType>) -> Self
The type of connector application, such as Salesforce, Amplitude, and so on.
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 the Amazon Web Services 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 the Amazon Web Services account.
sourcepub fn api_version(self, input: impl Into<String>) -> Self
pub fn api_version(self, input: impl Into<String>) -> Self
The version of the API that's used by the connector.
sourcepub fn set_api_version(self, input: Option<String>) -> Self
pub fn set_api_version(self, input: Option<String>) -> Self
The version of the API that's used by the connector.
sourcepub fn build(self) -> Result<DescribeConnectorEntityInput, BuildError>
pub fn build(self) -> Result<DescribeConnectorEntityInput, BuildError>
Consumes the builder and constructs a DescribeConnectorEntityInput.
Trait Implementations§
source§impl Clone for DescribeConnectorEntityInputBuilder
impl Clone for DescribeConnectorEntityInputBuilder
source§fn clone(&self) -> DescribeConnectorEntityInputBuilder
fn clone(&self) -> DescribeConnectorEntityInputBuilder
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 DescribeConnectorEntityInputBuilder
impl Default for DescribeConnectorEntityInputBuilder
source§fn default() -> DescribeConnectorEntityInputBuilder
fn default() -> DescribeConnectorEntityInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeConnectorEntityInputBuilder> for DescribeConnectorEntityInputBuilder
impl PartialEq<DescribeConnectorEntityInputBuilder> for DescribeConnectorEntityInputBuilder
source§fn eq(&self, other: &DescribeConnectorEntityInputBuilder) -> bool
fn eq(&self, other: &DescribeConnectorEntityInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeConnectorEntityInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeConnectorEntityInputBuilder
impl Send for DescribeConnectorEntityInputBuilder
impl Sync for DescribeConnectorEntityInputBuilder
impl Unpin for DescribeConnectorEntityInputBuilder
impl UnwindSafe for DescribeConnectorEntityInputBuilder
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