@Stability(value=Stable) public static final class CfnConnectorProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfileProps>
CfnConnectorProfileProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnConnectorProfileProps.Builder connectionMode(String connectionMode)
CfnConnectorProfileProps.getConnectionMode()connectionMode - Indicates the connection mode and if it is public or private. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfileProps.Builder connectorProfileName(String connectorProfileName)
CfnConnectorProfileProps.getConnectorProfileName()connectorProfileName - The name of the connector profile. This parameter is required.
The name is unique for each ConnectorProfile in the AWS account .this@Stability(value=Stable) public CfnConnectorProfileProps.Builder connectorType(String connectorType)
CfnConnectorProfileProps.getConnectorType()connectorType - The type of connector, such as Salesforce, Amplitude, and so on. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfileProps.Builder connectorLabel(String connectorLabel)
CfnConnectorProfileProps.getConnectorLabel()connectorLabel - `AWS::AppFlow::ConnectorProfile.ConnectorLabel`.this@Stability(value=Stable) public CfnConnectorProfileProps.Builder connectorProfileConfig(CfnConnectorProfile.ConnectorProfileConfigProperty connectorProfileConfig)
CfnConnectorProfileProps.getConnectorProfileConfig()connectorProfileConfig - Defines the connector-specific configuration and credentials.this@Stability(value=Stable) public CfnConnectorProfileProps.Builder connectorProfileConfig(IResolvable connectorProfileConfig)
CfnConnectorProfileProps.getConnectorProfileConfig()connectorProfileConfig - Defines the connector-specific configuration and credentials.this@Stability(value=Stable) public CfnConnectorProfileProps.Builder kmsArn(String kmsArn)
CfnConnectorProfileProps.getKmsArn()kmsArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.this@Stability(value=Stable) public CfnConnectorProfileProps build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfileProps>CfnConnectorProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.