public static interface DestinationFlowConfig.Builder extends SdkPojo, CopyableBuilder<DestinationFlowConfig.Builder,DestinationFlowConfig>
| Modifier and Type | Method and Description |
|---|---|
DestinationFlowConfig.Builder |
apiVersion(String apiVersion)
The API version that the destination connector uses.
|
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 apiVersion(String apiVersion)
The API version that the destination connector uses.
apiVersion - The API version that the destination connector uses.DestinationFlowConfig.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
connectorProfileName - The name of the connector profile. This name must be unique for each connector profile in the Amazon
Web Services 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 method 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 © 2023. All rights reserved.