@Generated(value="software.amazon.awssdk:codegen") public final class ConnectorOperator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>
The operation to be performed on the provided source fields.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorOperator.Builder |
| Modifier and Type | Method and Description |
|---|---|
AmplitudeConnectorOperator |
amplitude()
The operation to be performed on the provided Amplitude source fields.
|
String |
amplitudeAsString()
The operation to be performed on the provided Amplitude source fields.
|
static ConnectorOperator.Builder |
builder() |
Operator |
customConnector()
Operators supported by the custom connector.
|
String |
customConnectorAsString()
Operators supported by the custom connector.
|
DatadogConnectorOperator |
datadog()
The operation to be performed on the provided Datadog source fields.
|
String |
datadogAsString()
The operation to be performed on the provided Datadog source fields.
|
DynatraceConnectorOperator |
dynatrace()
The operation to be performed on the provided Dynatrace source fields.
|
String |
dynatraceAsString()
The operation to be performed on the provided Dynatrace source fields.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GoogleAnalyticsConnectorOperator |
googleAnalytics()
The operation to be performed on the provided Google Analytics source fields.
|
String |
googleAnalyticsAsString()
The operation to be performed on the provided Google Analytics source fields.
|
int |
hashCode() |
InforNexusConnectorOperator |
inforNexus()
The operation to be performed on the provided Infor Nexus source fields.
|
String |
inforNexusAsString()
The operation to be performed on the provided Infor Nexus source fields.
|
MarketoConnectorOperator |
marketo()
The operation to be performed on the provided Marketo source fields.
|
String |
marketoAsString()
The operation to be performed on the provided Marketo source fields.
|
PardotConnectorOperator |
pardot()
The operation to be performed on the provided Salesforce Pardot source fields.
|
String |
pardotAsString()
The operation to be performed on the provided Salesforce Pardot source fields.
|
S3ConnectorOperator |
s3()
The operation to be performed on the provided Amazon S3 source fields.
|
String |
s3AsString()
The operation to be performed on the provided Amazon S3 source fields.
|
SalesforceConnectorOperator |
salesforce()
The operation to be performed on the provided Salesforce source fields.
|
String |
salesforceAsString()
The operation to be performed on the provided Salesforce source fields.
|
SAPODataConnectorOperator |
sapoData()
The operation to be performed on the provided SAPOData source fields.
|
String |
sapoDataAsString()
The operation to be performed on the provided SAPOData source fields.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorOperator.Builder> |
serializableBuilderClass() |
ServiceNowConnectorOperator |
serviceNow()
The operation to be performed on the provided ServiceNow source fields.
|
String |
serviceNowAsString()
The operation to be performed on the provided ServiceNow source fields.
|
SingularConnectorOperator |
singular()
The operation to be performed on the provided Singular source fields.
|
String |
singularAsString()
The operation to be performed on the provided Singular source fields.
|
SlackConnectorOperator |
slack()
The operation to be performed on the provided Slack source fields.
|
String |
slackAsString()
The operation to be performed on the provided Slack source fields.
|
ConnectorOperator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrendmicroConnectorOperator |
trendmicro()
The operation to be performed on the provided Trend Micro source fields.
|
String |
trendmicroAsString()
The operation to be performed on the provided Trend Micro source fields.
|
VeevaConnectorOperator |
veeva()
The operation to be performed on the provided Veeva source fields.
|
String |
veevaAsString()
The operation to be performed on the provided Veeva source fields.
|
ZendeskConnectorOperator |
zendesk()
The operation to be performed on the provided Zendesk source fields.
|
String |
zendeskAsString()
The operation to be performed on the provided Zendesk source fields.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AmplitudeConnectorOperator amplitude()
The operation to be performed on the provided Amplitude source fields.
If the service returns an enum value that is not available in the current SDK version, amplitude will
return AmplitudeConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from amplitudeAsString().
AmplitudeConnectorOperatorpublic final String amplitudeAsString()
The operation to be performed on the provided Amplitude source fields.
If the service returns an enum value that is not available in the current SDK version, amplitude will
return AmplitudeConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from amplitudeAsString().
AmplitudeConnectorOperatorpublic final DatadogConnectorOperator datadog()
The operation to be performed on the provided Datadog source fields.
If the service returns an enum value that is not available in the current SDK version, datadog will
return DatadogConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from datadogAsString().
DatadogConnectorOperatorpublic final String datadogAsString()
The operation to be performed on the provided Datadog source fields.
If the service returns an enum value that is not available in the current SDK version, datadog will
return DatadogConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from datadogAsString().
DatadogConnectorOperatorpublic final DynatraceConnectorOperator dynatrace()
The operation to be performed on the provided Dynatrace source fields.
If the service returns an enum value that is not available in the current SDK version, dynatrace will
return DynatraceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dynatraceAsString().
DynatraceConnectorOperatorpublic final String dynatraceAsString()
The operation to be performed on the provided Dynatrace source fields.
If the service returns an enum value that is not available in the current SDK version, dynatrace will
return DynatraceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dynatraceAsString().
DynatraceConnectorOperatorpublic final GoogleAnalyticsConnectorOperator googleAnalytics()
The operation to be performed on the provided Google Analytics source fields.
If the service returns an enum value that is not available in the current SDK version, googleAnalytics
will return GoogleAnalyticsConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from googleAnalyticsAsString().
GoogleAnalyticsConnectorOperatorpublic final String googleAnalyticsAsString()
The operation to be performed on the provided Google Analytics source fields.
If the service returns an enum value that is not available in the current SDK version, googleAnalytics
will return GoogleAnalyticsConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from googleAnalyticsAsString().
GoogleAnalyticsConnectorOperatorpublic final InforNexusConnectorOperator inforNexus()
The operation to be performed on the provided Infor Nexus source fields.
If the service returns an enum value that is not available in the current SDK version, inforNexus will
return InforNexusConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inforNexusAsString().
InforNexusConnectorOperatorpublic final String inforNexusAsString()
The operation to be performed on the provided Infor Nexus source fields.
If the service returns an enum value that is not available in the current SDK version, inforNexus will
return InforNexusConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inforNexusAsString().
InforNexusConnectorOperatorpublic final MarketoConnectorOperator marketo()
The operation to be performed on the provided Marketo source fields.
If the service returns an enum value that is not available in the current SDK version, marketo will
return MarketoConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from marketoAsString().
MarketoConnectorOperatorpublic final String marketoAsString()
The operation to be performed on the provided Marketo source fields.
If the service returns an enum value that is not available in the current SDK version, marketo will
return MarketoConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from marketoAsString().
MarketoConnectorOperatorpublic final S3ConnectorOperator s3()
The operation to be performed on the provided Amazon S3 source fields.
If the service returns an enum value that is not available in the current SDK version, s3 will return
S3ConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
s3AsString().
S3ConnectorOperatorpublic final String s3AsString()
The operation to be performed on the provided Amazon S3 source fields.
If the service returns an enum value that is not available in the current SDK version, s3 will return
S3ConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
s3AsString().
S3ConnectorOperatorpublic final SalesforceConnectorOperator salesforce()
The operation to be performed on the provided Salesforce source fields.
If the service returns an enum value that is not available in the current SDK version, salesforce will
return SalesforceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from salesforceAsString().
SalesforceConnectorOperatorpublic final String salesforceAsString()
The operation to be performed on the provided Salesforce source fields.
If the service returns an enum value that is not available in the current SDK version, salesforce will
return SalesforceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from salesforceAsString().
SalesforceConnectorOperatorpublic final ServiceNowConnectorOperator serviceNow()
The operation to be performed on the provided ServiceNow source fields.
If the service returns an enum value that is not available in the current SDK version, serviceNow will
return ServiceNowConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from serviceNowAsString().
ServiceNowConnectorOperatorpublic final String serviceNowAsString()
The operation to be performed on the provided ServiceNow source fields.
If the service returns an enum value that is not available in the current SDK version, serviceNow will
return ServiceNowConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from serviceNowAsString().
ServiceNowConnectorOperatorpublic final SingularConnectorOperator singular()
The operation to be performed on the provided Singular source fields.
If the service returns an enum value that is not available in the current SDK version, singular will
return SingularConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from singularAsString().
SingularConnectorOperatorpublic final String singularAsString()
The operation to be performed on the provided Singular source fields.
If the service returns an enum value that is not available in the current SDK version, singular will
return SingularConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from singularAsString().
SingularConnectorOperatorpublic final SlackConnectorOperator slack()
The operation to be performed on the provided Slack source fields.
If the service returns an enum value that is not available in the current SDK version, slack will return
SlackConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
slackAsString().
SlackConnectorOperatorpublic final String slackAsString()
The operation to be performed on the provided Slack source fields.
If the service returns an enum value that is not available in the current SDK version, slack will return
SlackConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
slackAsString().
SlackConnectorOperatorpublic final TrendmicroConnectorOperator trendmicro()
The operation to be performed on the provided Trend Micro source fields.
If the service returns an enum value that is not available in the current SDK version, trendmicro will
return TrendmicroConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from trendmicroAsString().
TrendmicroConnectorOperatorpublic final String trendmicroAsString()
The operation to be performed on the provided Trend Micro source fields.
If the service returns an enum value that is not available in the current SDK version, trendmicro will
return TrendmicroConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from trendmicroAsString().
TrendmicroConnectorOperatorpublic final VeevaConnectorOperator veeva()
The operation to be performed on the provided Veeva source fields.
If the service returns an enum value that is not available in the current SDK version, veeva will return
VeevaConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
veevaAsString().
VeevaConnectorOperatorpublic final String veevaAsString()
The operation to be performed on the provided Veeva source fields.
If the service returns an enum value that is not available in the current SDK version, veeva will return
VeevaConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
veevaAsString().
VeevaConnectorOperatorpublic final ZendeskConnectorOperator zendesk()
The operation to be performed on the provided Zendesk source fields.
If the service returns an enum value that is not available in the current SDK version, zendesk will
return ZendeskConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from zendeskAsString().
ZendeskConnectorOperatorpublic final String zendeskAsString()
The operation to be performed on the provided Zendesk source fields.
If the service returns an enum value that is not available in the current SDK version, zendesk will
return ZendeskConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from zendeskAsString().
ZendeskConnectorOperatorpublic final SAPODataConnectorOperator sapoData()
The operation to be performed on the provided SAPOData source fields.
If the service returns an enum value that is not available in the current SDK version, sapoData will
return SAPODataConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sapoDataAsString().
SAPODataConnectorOperatorpublic final String sapoDataAsString()
The operation to be performed on the provided SAPOData source fields.
If the service returns an enum value that is not available in the current SDK version, sapoData will
return SAPODataConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sapoDataAsString().
SAPODataConnectorOperatorpublic final Operator customConnector()
Operators supported by the custom connector.
If the service returns an enum value that is not available in the current SDK version, customConnector
will return Operator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
customConnectorAsString().
Operatorpublic final String customConnectorAsString()
Operators supported by the custom connector.
If the service returns an enum value that is not available in the current SDK version, customConnector
will return Operator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
customConnectorAsString().
Operatorpublic final PardotConnectorOperator pardot()
The operation to be performed on the provided Salesforce Pardot source fields.
If the service returns an enum value that is not available in the current SDK version, pardot will
return PardotConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from pardotAsString().
PardotConnectorOperatorpublic final String pardotAsString()
The operation to be performed on the provided Salesforce Pardot source fields.
If the service returns an enum value that is not available in the current SDK version, pardot will
return PardotConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from pardotAsString().
PardotConnectorOperatorpublic ConnectorOperator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>public static ConnectorOperator.Builder builder()
public static Class<? extends ConnectorOperator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.