Struct aws_sdk_appflow::model::connector_operator::Builder
source · [−]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
.