@Stability(value=Stable)
public static interface CfnIntegration.ConnectorOperatorProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.ConnectorOperatorProperty.Builder
A builder for
CfnIntegration.ConnectorOperatorProperty |
static class |
CfnIntegration.ConnectorOperatorProperty.Jsii$Proxy
An implementation for
CfnIntegration.ConnectorOperatorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.ConnectorOperatorProperty.Builder |
builder() |
default String |
getMarketo()
The operation to be performed on the provided Marketo source fields.
|
default String |
getS3()
The operation to be performed on the provided Amazon S3 source fields.
|
default String |
getSalesforce()
The operation to be performed on the provided Salesforce source fields.
|
default String |
getServiceNow()
The operation to be performed on the provided ServiceNow source fields.
|
default String |
getZendesk()
The operation to be performed on the provided Zendesk source fields.
|
@Stability(value=Stable) @Nullable default String getMarketo()
@Stability(value=Stable) @Nullable default String getS3()
@Stability(value=Stable) @Nullable default String getSalesforce()
@Stability(value=Stable) @Nullable default String getServiceNow()
@Stability(value=Stable) @Nullable default String getZendesk()
@Stability(value=Stable) static CfnIntegration.ConnectorOperatorProperty.Builder builder()
Copyright © 2022. All rights reserved.