Struct aws_sdk_appflow::operation::describe_connector::builders::DescribeConnectorInputBuilder
source · #[non_exhaustive]pub struct DescribeConnectorInputBuilder { /* private fields */ }Expand description
A builder for DescribeConnectorInput.
Implementations§
source§impl DescribeConnectorInputBuilder
impl DescribeConnectorInputBuilder
sourcepub fn connector_type(self, input: ConnectorType) -> Self
pub fn connector_type(self, input: ConnectorType) -> Self
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
sourcepub fn set_connector_type(self, input: Option<ConnectorType>) -> Self
pub fn set_connector_type(self, input: Option<ConnectorType>) -> Self
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
sourcepub fn connector_label(self, input: impl Into<String>) -> Self
pub fn connector_label(self, input: impl Into<String>) -> Self
The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
sourcepub fn set_connector_label(self, input: Option<String>) -> Self
pub fn set_connector_label(self, input: Option<String>) -> Self
The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
sourcepub fn build(self) -> Result<DescribeConnectorInput, BuildError>
pub fn build(self) -> Result<DescribeConnectorInput, BuildError>
Consumes the builder and constructs a DescribeConnectorInput.
Trait Implementations§
source§impl Clone for DescribeConnectorInputBuilder
impl Clone for DescribeConnectorInputBuilder
source§fn clone(&self) -> DescribeConnectorInputBuilder
fn clone(&self) -> DescribeConnectorInputBuilder
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 DescribeConnectorInputBuilder
impl Default for DescribeConnectorInputBuilder
source§fn default() -> DescribeConnectorInputBuilder
fn default() -> DescribeConnectorInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeConnectorInputBuilder> for DescribeConnectorInputBuilder
impl PartialEq<DescribeConnectorInputBuilder> for DescribeConnectorInputBuilder
source§fn eq(&self, other: &DescribeConnectorInputBuilder) -> bool
fn eq(&self, other: &DescribeConnectorInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeConnectorInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeConnectorInputBuilder
impl Send for DescribeConnectorInputBuilder
impl Sync for DescribeConnectorInputBuilder
impl Unpin for DescribeConnectorInputBuilder
impl UnwindSafe for DescribeConnectorInputBuilder
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