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.Buildermarketo(String marketo)The operation to be performed on the provided Marketo source fields.ConnectorOperator.Buildermarketo(MarketoConnectorOperator marketo)The operation to be performed on the provided Marketo source fields.ConnectorOperator.Builders3(String s3)The operation to be performed on the provided Amazon S3 source fields.ConnectorOperator.Builders3(S3ConnectorOperator s3)The operation to be performed on the provided Amazon S3 source fields.ConnectorOperator.Buildersalesforce(String salesforce)The operation to be performed on the provided Salesforce source fields.ConnectorOperator.Buildersalesforce(SalesforceConnectorOperator salesforce)The operation to be performed on the provided Salesforce source fields.ConnectorOperator.BuilderserviceNow(String serviceNow)The operation to be performed on the provided ServiceNow source fields.ConnectorOperator.BuilderserviceNow(ServiceNowConnectorOperator serviceNow)The operation to be performed on the provided ServiceNow source fields.ConnectorOperator.Builderzendesk(String zendesk)The operation to be performed on the provided Zendesk source fields.ConnectorOperator.Builderzendesk(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
-
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
-
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
-
-