Interface ConnectorOperator.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>
,SdkBuilder<ConnectorOperator.Builder,ConnectorOperator>
,SdkPojo
- Enclosing class:
- ConnectorOperator
public static interface ConnectorOperator.Builder extends SdkPojo, CopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorOperator.Builder
amplitude(String amplitude)
The operation to be performed on the provided Amplitude source fields.ConnectorOperator.Builder
amplitude(AmplitudeConnectorOperator amplitude)
The operation to be performed on the provided Amplitude source fields.ConnectorOperator.Builder
customConnector(String customConnector)
Operators supported by the custom connector.ConnectorOperator.Builder
customConnector(Operator customConnector)
Operators supported by the custom connector.ConnectorOperator.Builder
datadog(String datadog)
The operation to be performed on the provided Datadog source fields.ConnectorOperator.Builder
datadog(DatadogConnectorOperator datadog)
The operation to be performed on the provided Datadog source fields.ConnectorOperator.Builder
dynatrace(String dynatrace)
The operation to be performed on the provided Dynatrace source fields.ConnectorOperator.Builder
dynatrace(DynatraceConnectorOperator dynatrace)
The operation to be performed on the provided Dynatrace source fields.ConnectorOperator.Builder
googleAnalytics(String googleAnalytics)
The operation to be performed on the provided Google Analytics source fields.ConnectorOperator.Builder
googleAnalytics(GoogleAnalyticsConnectorOperator googleAnalytics)
The operation to be performed on the provided Google Analytics source fields.ConnectorOperator.Builder
inforNexus(String inforNexus)
The operation to be performed on the provided Infor Nexus source fields.ConnectorOperator.Builder
inforNexus(InforNexusConnectorOperator inforNexus)
The operation to be performed on the provided Infor Nexus source fields.ConnectorOperator.Builder
marketo(String marketo)
The operation to be performed on the provided Marketo source fields.ConnectorOperator.Builder
marketo(MarketoConnectorOperator marketo)
The operation to be performed on the provided Marketo source fields.ConnectorOperator.Builder
pardot(String pardot)
The operation to be performed on the provided Salesforce Pardot source fields.ConnectorOperator.Builder
pardot(PardotConnectorOperator pardot)
The operation to be performed on the provided Salesforce Pardot source fields.ConnectorOperator.Builder
s3(String s3)
The operation to be performed on the provided Amazon S3 source fields.ConnectorOperator.Builder
s3(S3ConnectorOperator s3)
The operation to be performed on the provided Amazon S3 source fields.ConnectorOperator.Builder
salesforce(String salesforce)
The operation to be performed on the provided Salesforce source fields.ConnectorOperator.Builder
salesforce(SalesforceConnectorOperator salesforce)
The operation to be performed on the provided Salesforce source fields.ConnectorOperator.Builder
sapoData(String sapoData)
The operation to be performed on the provided SAPOData source fields.ConnectorOperator.Builder
sapoData(SAPODataConnectorOperator sapoData)
The operation to be performed on the provided SAPOData source fields.ConnectorOperator.Builder
serviceNow(String serviceNow)
The operation to be performed on the provided ServiceNow source fields.ConnectorOperator.Builder
serviceNow(ServiceNowConnectorOperator serviceNow)
The operation to be performed on the provided ServiceNow source fields.ConnectorOperator.Builder
singular(String singular)
The operation to be performed on the provided Singular source fields.ConnectorOperator.Builder
singular(SingularConnectorOperator singular)
The operation to be performed on the provided Singular source fields.ConnectorOperator.Builder
slack(String slack)
The operation to be performed on the provided Slack source fields.ConnectorOperator.Builder
slack(SlackConnectorOperator slack)
The operation to be performed on the provided Slack source fields.ConnectorOperator.Builder
trendmicro(String trendmicro)
The operation to be performed on the provided Trend Micro source fields.ConnectorOperator.Builder
trendmicro(TrendmicroConnectorOperator trendmicro)
The operation to be performed on the provided Trend Micro source fields.ConnectorOperator.Builder
veeva(String veeva)
The operation to be performed on the provided Veeva source fields.ConnectorOperator.Builder
veeva(VeevaConnectorOperator veeva)
The operation to be performed on the provided Veeva source fields.ConnectorOperator.Builder
zendesk(String zendesk)
The operation to be performed on the provided Zendesk source fields.ConnectorOperator.Builder
zendesk(ZendeskConnectorOperator zendesk)
The operation to be performed on the provided Zendesk source fields.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
amplitude
ConnectorOperator.Builder amplitude(String amplitude)
The operation to be performed on the provided Amplitude source fields.
- Parameters:
amplitude
- The operation to be performed on the provided Amplitude source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AmplitudeConnectorOperator
,AmplitudeConnectorOperator
-
amplitude
ConnectorOperator.Builder amplitude(AmplitudeConnectorOperator amplitude)
The operation to be performed on the provided Amplitude source fields.
- Parameters:
amplitude
- The operation to be performed on the provided Amplitude source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AmplitudeConnectorOperator
,AmplitudeConnectorOperator
-
datadog
ConnectorOperator.Builder datadog(String datadog)
The operation to be performed on the provided Datadog source fields.
- Parameters:
datadog
- The operation to be performed on the provided Datadog source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatadogConnectorOperator
,DatadogConnectorOperator
-
datadog
ConnectorOperator.Builder datadog(DatadogConnectorOperator datadog)
The operation to be performed on the provided Datadog source fields.
- Parameters:
datadog
- The operation to be performed on the provided Datadog source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatadogConnectorOperator
,DatadogConnectorOperator
-
dynatrace
ConnectorOperator.Builder dynatrace(String dynatrace)
The operation to be performed on the provided Dynatrace source fields.
- Parameters:
dynatrace
- The operation to be performed on the provided Dynatrace source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DynatraceConnectorOperator
,DynatraceConnectorOperator
-
dynatrace
ConnectorOperator.Builder dynatrace(DynatraceConnectorOperator dynatrace)
The operation to be performed on the provided Dynatrace source fields.
- Parameters:
dynatrace
- The operation to be performed on the provided Dynatrace source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DynatraceConnectorOperator
,DynatraceConnectorOperator
-
googleAnalytics
ConnectorOperator.Builder googleAnalytics(String googleAnalytics)
The operation to be performed on the provided Google Analytics source fields.
- Parameters:
googleAnalytics
- The operation to be performed on the provided Google Analytics source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GoogleAnalyticsConnectorOperator
,GoogleAnalyticsConnectorOperator
-
googleAnalytics
ConnectorOperator.Builder googleAnalytics(GoogleAnalyticsConnectorOperator googleAnalytics)
The operation to be performed on the provided Google Analytics source fields.
- Parameters:
googleAnalytics
- The operation to be performed on the provided Google Analytics source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GoogleAnalyticsConnectorOperator
,GoogleAnalyticsConnectorOperator
-
inforNexus
ConnectorOperator.Builder inforNexus(String inforNexus)
The operation to be performed on the provided Infor Nexus source fields.
- Parameters:
inforNexus
- The operation to be performed on the provided Infor Nexus source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InforNexusConnectorOperator
,InforNexusConnectorOperator
-
inforNexus
ConnectorOperator.Builder inforNexus(InforNexusConnectorOperator inforNexus)
The operation to be performed on the provided Infor Nexus source fields.
- Parameters:
inforNexus
- The operation to be performed on the provided Infor Nexus source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InforNexusConnectorOperator
,InforNexusConnectorOperator
-
marketo
ConnectorOperator.Builder marketo(String marketo)
The operation to be performed on the provided Marketo source fields.
- Parameters:
marketo
- The operation to be performed on the provided Marketo source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MarketoConnectorOperator
,MarketoConnectorOperator
-
marketo
ConnectorOperator.Builder marketo(MarketoConnectorOperator marketo)
The operation to be performed on the provided Marketo source fields.
- Parameters:
marketo
- The operation to be performed on the provided Marketo source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MarketoConnectorOperator
,MarketoConnectorOperator
-
s3
ConnectorOperator.Builder s3(String s3)
The operation to be performed on the provided Amazon S3 source fields.
- Parameters:
s3
- The operation to be performed on the provided Amazon S3 source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3ConnectorOperator
,S3ConnectorOperator
-
s3
ConnectorOperator.Builder s3(S3ConnectorOperator s3)
The operation to be performed on the provided Amazon S3 source fields.
- Parameters:
s3
- The operation to be performed on the provided Amazon S3 source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3ConnectorOperator
,S3ConnectorOperator
-
salesforce
ConnectorOperator.Builder salesforce(String salesforce)
The operation to be performed on the provided Salesforce source fields.
- Parameters:
salesforce
- The operation to be performed on the provided Salesforce source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SalesforceConnectorOperator
,SalesforceConnectorOperator
-
salesforce
ConnectorOperator.Builder salesforce(SalesforceConnectorOperator salesforce)
The operation to be performed on the provided Salesforce source fields.
- Parameters:
salesforce
- The operation to be performed on the provided Salesforce source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SalesforceConnectorOperator
,SalesforceConnectorOperator
-
serviceNow
ConnectorOperator.Builder serviceNow(String serviceNow)
The operation to be performed on the provided ServiceNow source fields.
- Parameters:
serviceNow
- The operation to be performed on the provided ServiceNow source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNowConnectorOperator
,ServiceNowConnectorOperator
-
serviceNow
ConnectorOperator.Builder serviceNow(ServiceNowConnectorOperator serviceNow)
The operation to be performed on the provided ServiceNow source fields.
- Parameters:
serviceNow
- The operation to be performed on the provided ServiceNow source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNowConnectorOperator
,ServiceNowConnectorOperator
-
singular
ConnectorOperator.Builder singular(String singular)
The operation to be performed on the provided Singular source fields.
- Parameters:
singular
- The operation to be performed on the provided Singular source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SingularConnectorOperator
,SingularConnectorOperator
-
singular
ConnectorOperator.Builder singular(SingularConnectorOperator singular)
The operation to be performed on the provided Singular source fields.
- Parameters:
singular
- The operation to be performed on the provided Singular source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SingularConnectorOperator
,SingularConnectorOperator
-
slack
ConnectorOperator.Builder slack(String slack)
The operation to be performed on the provided Slack source fields.
- Parameters:
slack
- The operation to be performed on the provided Slack source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlackConnectorOperator
,SlackConnectorOperator
-
slack
ConnectorOperator.Builder slack(SlackConnectorOperator slack)
The operation to be performed on the provided Slack source fields.
- Parameters:
slack
- The operation to be performed on the provided Slack source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlackConnectorOperator
,SlackConnectorOperator
-
trendmicro
ConnectorOperator.Builder trendmicro(String trendmicro)
The operation to be performed on the provided Trend Micro source fields.
- Parameters:
trendmicro
- The operation to be performed on the provided Trend Micro source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrendmicroConnectorOperator
,TrendmicroConnectorOperator
-
trendmicro
ConnectorOperator.Builder trendmicro(TrendmicroConnectorOperator trendmicro)
The operation to be performed on the provided Trend Micro source fields.
- Parameters:
trendmicro
- The operation to be performed on the provided Trend Micro source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrendmicroConnectorOperator
,TrendmicroConnectorOperator
-
veeva
ConnectorOperator.Builder veeva(String veeva)
The operation to be performed on the provided Veeva source fields.
- Parameters:
veeva
- The operation to be performed on the provided Veeva source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VeevaConnectorOperator
,VeevaConnectorOperator
-
veeva
ConnectorOperator.Builder veeva(VeevaConnectorOperator veeva)
The operation to be performed on the provided Veeva source fields.
- Parameters:
veeva
- The operation to be performed on the provided Veeva source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VeevaConnectorOperator
,VeevaConnectorOperator
-
zendesk
ConnectorOperator.Builder zendesk(String zendesk)
The operation to be performed on the provided Zendesk source fields.
- Parameters:
zendesk
- The operation to be performed on the provided Zendesk source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ZendeskConnectorOperator
,ZendeskConnectorOperator
-
zendesk
ConnectorOperator.Builder zendesk(ZendeskConnectorOperator zendesk)
The operation to be performed on the provided Zendesk source fields.
- Parameters:
zendesk
- The operation to be performed on the provided Zendesk source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ZendeskConnectorOperator
,ZendeskConnectorOperator
-
sapoData
ConnectorOperator.Builder sapoData(String sapoData)
The operation to be performed on the provided SAPOData source fields.
- Parameters:
sapoData
- The operation to be performed on the provided SAPOData source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SAPODataConnectorOperator
,SAPODataConnectorOperator
-
sapoData
ConnectorOperator.Builder sapoData(SAPODataConnectorOperator sapoData)
The operation to be performed on the provided SAPOData source fields.
- Parameters:
sapoData
- The operation to be performed on the provided SAPOData source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SAPODataConnectorOperator
,SAPODataConnectorOperator
-
customConnector
ConnectorOperator.Builder customConnector(String customConnector)
Operators supported by the custom connector.
-
customConnector
ConnectorOperator.Builder customConnector(Operator customConnector)
Operators supported by the custom connector.
-
pardot
ConnectorOperator.Builder pardot(String pardot)
The operation to be performed on the provided Salesforce Pardot source fields.
- Parameters:
pardot
- The operation to be performed on the provided Salesforce Pardot source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PardotConnectorOperator
,PardotConnectorOperator
-
pardot
ConnectorOperator.Builder pardot(PardotConnectorOperator pardot)
The operation to be performed on the provided Salesforce Pardot source fields.
- Parameters:
pardot
- The operation to be performed on the provided Salesforce Pardot source fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PardotConnectorOperator
,PardotConnectorOperator
-
-