Interface SourceFlowConfig.Builder

    • Method Detail

      • connectorType

        SourceFlowConfig.Builder connectorType​(String connectorType)

        The type of connector, such as Salesforce, Amplitude, and so on.

        Parameters:
        connectorType - The type of connector, such as Salesforce, Amplitude, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectorType, ConnectorType
      • connectorType

        SourceFlowConfig.Builder connectorType​(ConnectorType connectorType)

        The type of connector, such as Salesforce, Amplitude, and so on.

        Parameters:
        connectorType - The type of connector, such as Salesforce, Amplitude, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectorType, ConnectorType
      • apiVersion

        SourceFlowConfig.Builder apiVersion​(String apiVersion)

        The API version of the connector when it's used as a source in the flow.

        Parameters:
        apiVersion - The API version of the connector when it's used as a source in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorProfileName

        SourceFlowConfig.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.

        Parameters:
        connectorProfileName - The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceConnectorProperties

        SourceFlowConfig.Builder sourceConnectorProperties​(SourceConnectorProperties sourceConnectorProperties)

        Specifies the information that is required to query a particular source connector.

        Parameters:
        sourceConnectorProperties - Specifies the information that is required to query a particular source connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • incrementalPullConfig

        SourceFlowConfig.Builder incrementalPullConfig​(IncrementalPullConfig incrementalPullConfig)

        Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.

        Parameters:
        incrementalPullConfig - Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
        Returns:
        Returns a reference to this object so that method calls can be chained together.