Interface CfnIntegration.ConnectorOperatorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIntegration.ConnectorOperatorProperty.Jsii$Proxy
Enclosing class:
CfnIntegration

@Stability(Stable) public static interface CfnIntegration.ConnectorOperatorProperty extends software.amazon.jsii.JsiiSerializable
The operation to be performed on the provided source fields.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.customerprofiles.*;
 ConnectorOperatorProperty connectorOperatorProperty = ConnectorOperatorProperty.builder()
         .marketo("marketo")
         .s3("s3")
         .salesforce("salesforce")
         .serviceNow("serviceNow")
         .zendesk("zendesk")
         .build();
 
  • Method Details

    • getMarketo

      @Stability(Stable) @Nullable default String getMarketo()
      The operation to be performed on the provided Marketo source fields.
    • getS3

      @Stability(Stable) @Nullable default String getS3()
      The operation to be performed on the provided Amazon S3 source fields.
    • getSalesforce

      @Stability(Stable) @Nullable default String getSalesforce()
      The operation to be performed on the provided Salesforce source fields.
    • getServiceNow

      @Stability(Stable) @Nullable default String getServiceNow()
      The operation to be performed on the provided ServiceNow source fields.
    • getZendesk

      @Stability(Stable) @Nullable default String getZendesk()
      The operation to be performed on the provided Zendesk source fields.
    • builder

      @Stability(Stable) static CfnIntegration.ConnectorOperatorProperty.Builder builder()
      Returns:
      a CfnIntegration.ConnectorOperatorProperty.Builder of CfnIntegration.ConnectorOperatorProperty