public static interface DestinationFlowConfig.Builder extends SdkPojo, CopyableBuilder<DestinationFlowConfig.Builder,DestinationFlowConfig>
| Modifier and Type | Method and Description |
|---|---|
DestinationFlowConfig.Builder |
connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
DestinationFlowConfig.Builder |
connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DestinationFlowConfig.Builder |
connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
default DestinationFlowConfig.Builder |
destinationConnectorProperties(Consumer<DestinationConnectorProperties.Builder> destinationConnectorProperties)
This stores the information that is required to query a particular connector.
|
DestinationFlowConfig.Builder |
destinationConnectorProperties(DestinationConnectorProperties destinationConnectorProperties)
This stores the information that is required to query a particular connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationFlowConfig.Builder connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeDestinationFlowConfig.Builder connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeDestinationFlowConfig.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. This name must be unique for each connector profile in the AWS account.
connectorProfileName - The name of the connector profile. This name must be unique for each connector profile in the AWS
account.DestinationFlowConfig.Builder destinationConnectorProperties(DestinationConnectorProperties destinationConnectorProperties)
This stores the information that is required to query a particular connector.
destinationConnectorProperties - This stores the information that is required to query a particular connector.default DestinationFlowConfig.Builder destinationConnectorProperties(Consumer<DestinationConnectorProperties.Builder> destinationConnectorProperties)
This stores the information that is required to query a particular connector.
This is a convenience that creates an instance of theDestinationConnectorProperties.Builder avoiding
the need to create one manually via DestinationConnectorProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
destinationConnectorProperties(DestinationConnectorProperties).destinationConnectorProperties - a consumer that will call methods on DestinationConnectorProperties.BuilderdestinationConnectorProperties(DestinationConnectorProperties)Copyright © 2021. All rights reserved.