| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorOperator.Builder |
ConnectorOperator.builder() |
ConnectorOperator.Builder |
ConnectorOperator.Builder.marketo(MarketoConnectorOperator marketo)
The operation to be performed on the provided Marketo source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.marketo(String marketo)
The operation to be performed on the provided Marketo source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.s3(S3ConnectorOperator s3)
The operation to be performed on the provided Amazon S3 source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.s3(String s3)
The operation to be performed on the provided Amazon S3 source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.salesforce(SalesforceConnectorOperator salesforce)
The operation to be performed on the provided Salesforce source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.salesforce(String salesforce)
The operation to be performed on the provided Salesforce source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.serviceNow(ServiceNowConnectorOperator serviceNow)
The operation to be performed on the provided ServiceNow source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.serviceNow(String serviceNow)
The operation to be performed on the provided ServiceNow source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.toBuilder() |
ConnectorOperator.Builder |
ConnectorOperator.Builder.zendesk(String zendesk)
The operation to be performed on the provided Zendesk source fields.
|
ConnectorOperator.Builder |
ConnectorOperator.Builder.zendesk(ZendeskConnectorOperator zendesk)
The operation to be performed on the provided Zendesk source fields.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectorOperator.Builder> |
ConnectorOperator.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Task.Builder |
Task.Builder.connectorOperator(Consumer<ConnectorOperator.Builder> connectorOperator)
The operation to be performed on the provided source fields.
|
Copyright © 2022. All rights reserved.