public static interface SourceConnectorProperties.Builder extends SdkPojo, CopyableBuilder<SourceConnectorProperties.Builder,SourceConnectorProperties>
| Modifier and Type | Method and Description |
|---|---|
default SourceConnectorProperties.Builder |
marketo(Consumer<MarketoSourceProperties.Builder> marketo)
The properties that are applied when Marketo is being used as a source.
|
SourceConnectorProperties.Builder |
marketo(MarketoSourceProperties marketo)
The properties that are applied when Marketo is being used as a source.
|
default SourceConnectorProperties.Builder |
s3(Consumer<S3SourceProperties.Builder> s3)
The properties that are applied when Amazon S3 is being used as the flow source.
|
SourceConnectorProperties.Builder |
s3(S3SourceProperties s3)
The properties that are applied when Amazon S3 is being used as the flow source.
|
default SourceConnectorProperties.Builder |
salesforce(Consumer<SalesforceSourceProperties.Builder> salesforce)
The properties that are applied when Salesforce is being used as a source.
|
SourceConnectorProperties.Builder |
salesforce(SalesforceSourceProperties salesforce)
The properties that are applied when Salesforce is being used as a source.
|
default SourceConnectorProperties.Builder |
serviceNow(Consumer<ServiceNowSourceProperties.Builder> serviceNow)
The properties that are applied when ServiceNow is being used as a source.
|
SourceConnectorProperties.Builder |
serviceNow(ServiceNowSourceProperties serviceNow)
The properties that are applied when ServiceNow is being used as a source.
|
default SourceConnectorProperties.Builder |
zendesk(Consumer<ZendeskSourceProperties.Builder> zendesk)
The properties that are applied when using Zendesk as a flow source.
|
SourceConnectorProperties.Builder |
zendesk(ZendeskSourceProperties zendesk)
The properties that are applied when using Zendesk as a flow source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceConnectorProperties.Builder marketo(MarketoSourceProperties marketo)
The properties that are applied when Marketo is being used as a source.
marketo - The properties that are applied when Marketo is being used as a source.default SourceConnectorProperties.Builder marketo(Consumer<MarketoSourceProperties.Builder> marketo)
The properties that are applied when Marketo is being used as a source.
This is a convenience that creates an instance of theMarketoSourceProperties.Builder avoiding the
need to create one manually via MarketoSourceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to marketo(MarketoSourceProperties).marketo - a consumer that will call methods on MarketoSourceProperties.Buildermarketo(MarketoSourceProperties)SourceConnectorProperties.Builder s3(S3SourceProperties s3)
The properties that are applied when Amazon S3 is being used as the flow source.
s3 - The properties that are applied when Amazon S3 is being used as the flow source.default SourceConnectorProperties.Builder s3(Consumer<S3SourceProperties.Builder> s3)
The properties that are applied when Amazon S3 is being used as the flow source.
This is a convenience that creates an instance of theS3SourceProperties.Builder avoiding the need to
create one manually via S3SourceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3(S3SourceProperties).s3 - a consumer that will call methods on S3SourceProperties.Builders3(S3SourceProperties)SourceConnectorProperties.Builder salesforce(SalesforceSourceProperties salesforce)
The properties that are applied when Salesforce is being used as a source.
salesforce - The properties that are applied when Salesforce is being used as a source.default SourceConnectorProperties.Builder salesforce(Consumer<SalesforceSourceProperties.Builder> salesforce)
The properties that are applied when Salesforce is being used as a source.
This is a convenience that creates an instance of theSalesforceSourceProperties.Builder avoiding the
need to create one manually via SalesforceSourceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to salesforce(SalesforceSourceProperties).salesforce - a consumer that will call methods on SalesforceSourceProperties.Buildersalesforce(SalesforceSourceProperties)SourceConnectorProperties.Builder serviceNow(ServiceNowSourceProperties serviceNow)
The properties that are applied when ServiceNow is being used as a source.
serviceNow - The properties that are applied when ServiceNow is being used as a source.default SourceConnectorProperties.Builder serviceNow(Consumer<ServiceNowSourceProperties.Builder> serviceNow)
The properties that are applied when ServiceNow is being used as a source.
This is a convenience that creates an instance of theServiceNowSourceProperties.Builder avoiding the
need to create one manually via ServiceNowSourceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to serviceNow(ServiceNowSourceProperties).serviceNow - a consumer that will call methods on ServiceNowSourceProperties.BuilderserviceNow(ServiceNowSourceProperties)SourceConnectorProperties.Builder zendesk(ZendeskSourceProperties zendesk)
The properties that are applied when using Zendesk as a flow source.
zendesk - The properties that are applied when using Zendesk as a flow source.default SourceConnectorProperties.Builder zendesk(Consumer<ZendeskSourceProperties.Builder> zendesk)
The properties that are applied when using Zendesk as a flow source.
This is a convenience that creates an instance of theZendeskSourceProperties.Builder avoiding the
need to create one manually via ZendeskSourceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to zendesk(ZendeskSourceProperties).zendesk - a consumer that will call methods on ZendeskSourceProperties.Builderzendesk(ZendeskSourceProperties)Copyright © 2021. All rights reserved.