Struct aws_sdk_appflow::model::connector_operator::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ConnectorOperator
Implementations
sourceimpl Builder
impl Builder
sourcepub fn amplitude(self, input: AmplitudeConnectorOperator) -> Self
pub fn amplitude(self, input: AmplitudeConnectorOperator) -> Self
The operation to be performed on the provided Amplitude source fields.
sourcepub fn set_amplitude(self, input: Option<AmplitudeConnectorOperator>) -> Self
pub fn set_amplitude(self, input: Option<AmplitudeConnectorOperator>) -> Self
The operation to be performed on the provided Amplitude source fields.
sourcepub fn datadog(self, input: DatadogConnectorOperator) -> Self
pub fn datadog(self, input: DatadogConnectorOperator) -> Self
The operation to be performed on the provided Datadog source fields.
sourcepub fn set_datadog(self, input: Option<DatadogConnectorOperator>) -> Self
pub fn set_datadog(self, input: Option<DatadogConnectorOperator>) -> Self
The operation to be performed on the provided Datadog source fields.
sourcepub fn dynatrace(self, input: DynatraceConnectorOperator) -> Self
pub fn dynatrace(self, input: DynatraceConnectorOperator) -> Self
The operation to be performed on the provided Dynatrace source fields.
sourcepub fn set_dynatrace(self, input: Option<DynatraceConnectorOperator>) -> Self
pub fn set_dynatrace(self, input: Option<DynatraceConnectorOperator>) -> Self
The operation to be performed on the provided Dynatrace source fields.
sourcepub fn google_analytics(self, input: GoogleAnalyticsConnectorOperator) -> Self
pub fn google_analytics(self, input: GoogleAnalyticsConnectorOperator) -> Self
The operation to be performed on the provided Google Analytics source fields.
sourcepub fn set_google_analytics(
self,
input: Option<GoogleAnalyticsConnectorOperator>
) -> Self
pub fn set_google_analytics(
self,
input: Option<GoogleAnalyticsConnectorOperator>
) -> Self
The operation to be performed on the provided Google Analytics source fields.
sourcepub fn infor_nexus(self, input: InforNexusConnectorOperator) -> Self
pub fn infor_nexus(self, input: InforNexusConnectorOperator) -> Self
The operation to be performed on the provided Infor Nexus source fields.
sourcepub fn set_infor_nexus(self, input: Option<InforNexusConnectorOperator>) -> Self
pub fn set_infor_nexus(self, input: Option<InforNexusConnectorOperator>) -> Self
The operation to be performed on the provided Infor Nexus source fields.
sourcepub fn marketo(self, input: MarketoConnectorOperator) -> Self
pub fn marketo(self, input: MarketoConnectorOperator) -> Self
The operation to be performed on the provided Marketo source fields.
sourcepub fn set_marketo(self, input: Option<MarketoConnectorOperator>) -> Self
pub fn set_marketo(self, input: Option<MarketoConnectorOperator>) -> Self
The operation to be performed on the provided Marketo source fields.
sourcepub fn s3(self, input: S3ConnectorOperator) -> Self
pub fn s3(self, input: S3ConnectorOperator) -> Self
The operation to be performed on the provided Amazon S3 source fields.
sourcepub fn set_s3(self, input: Option<S3ConnectorOperator>) -> Self
pub fn set_s3(self, input: Option<S3ConnectorOperator>) -> Self
The operation to be performed on the provided Amazon S3 source fields.
sourcepub fn salesforce(self, input: SalesforceConnectorOperator) -> Self
pub fn salesforce(self, input: SalesforceConnectorOperator) -> Self
The operation to be performed on the provided Salesforce source fields.
sourcepub fn set_salesforce(self, input: Option<SalesforceConnectorOperator>) -> Self
pub fn set_salesforce(self, input: Option<SalesforceConnectorOperator>) -> Self
The operation to be performed on the provided Salesforce source fields.
sourcepub fn service_now(self, input: ServiceNowConnectorOperator) -> Self
pub fn service_now(self, input: ServiceNowConnectorOperator) -> Self
The operation to be performed on the provided ServiceNow source fields.
sourcepub fn set_service_now(self, input: Option<ServiceNowConnectorOperator>) -> Self
pub fn set_service_now(self, input: Option<ServiceNowConnectorOperator>) -> Self
The operation to be performed on the provided ServiceNow source fields.
sourcepub fn singular(self, input: SingularConnectorOperator) -> Self
pub fn singular(self, input: SingularConnectorOperator) -> Self
The operation to be performed on the provided Singular source fields.
sourcepub fn set_singular(self, input: Option<SingularConnectorOperator>) -> Self
pub fn set_singular(self, input: Option<SingularConnectorOperator>) -> Self
The operation to be performed on the provided Singular source fields.
sourcepub fn slack(self, input: SlackConnectorOperator) -> Self
pub fn slack(self, input: SlackConnectorOperator) -> Self
The operation to be performed on the provided Slack source fields.
sourcepub fn set_slack(self, input: Option<SlackConnectorOperator>) -> Self
pub fn set_slack(self, input: Option<SlackConnectorOperator>) -> Self
The operation to be performed on the provided Slack source fields.
sourcepub fn trendmicro(self, input: TrendmicroConnectorOperator) -> Self
pub fn trendmicro(self, input: TrendmicroConnectorOperator) -> Self
The operation to be performed on the provided Trend Micro source fields.
sourcepub fn set_trendmicro(self, input: Option<TrendmicroConnectorOperator>) -> Self
pub fn set_trendmicro(self, input: Option<TrendmicroConnectorOperator>) -> Self
The operation to be performed on the provided Trend Micro source fields.
sourcepub fn veeva(self, input: VeevaConnectorOperator) -> Self
pub fn veeva(self, input: VeevaConnectorOperator) -> Self
The operation to be performed on the provided Veeva source fields.
sourcepub fn set_veeva(self, input: Option<VeevaConnectorOperator>) -> Self
pub fn set_veeva(self, input: Option<VeevaConnectorOperator>) -> Self
The operation to be performed on the provided Veeva source fields.
sourcepub fn zendesk(self, input: ZendeskConnectorOperator) -> Self
pub fn zendesk(self, input: ZendeskConnectorOperator) -> Self
The operation to be performed on the provided Zendesk source fields.
sourcepub fn set_zendesk(self, input: Option<ZendeskConnectorOperator>) -> Self
pub fn set_zendesk(self, input: Option<ZendeskConnectorOperator>) -> Self
The operation to be performed on the provided Zendesk source fields.
sourcepub fn sapo_data(self, input: SapoDataConnectorOperator) -> Self
pub fn sapo_data(self, input: SapoDataConnectorOperator) -> Self
The operation to be performed on the provided SAPOData source fields.
sourcepub fn set_sapo_data(self, input: Option<SapoDataConnectorOperator>) -> Self
pub fn set_sapo_data(self, input: Option<SapoDataConnectorOperator>) -> Self
The operation to be performed on the provided SAPOData source fields.
sourcepub fn custom_connector(self, input: Operator) -> Self
pub fn custom_connector(self, input: Operator) -> Self
Operators supported by the custom connector.
sourcepub fn set_custom_connector(self, input: Option<Operator>) -> Self
pub fn set_custom_connector(self, input: Option<Operator>) -> Self
Operators supported by the custom connector.
sourcepub fn build(self) -> ConnectorOperator
pub fn build(self) -> ConnectorOperator
Consumes the builder and constructs a ConnectorOperator
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more