Interface ConnectorDataSource.Builder

    • Method Detail

      • name

        ConnectorDataSource.Builder name​(String name)

        The name of this source node.

        Parameters:
        name - The name of this source node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionType

        ConnectorDataSource.Builder connectionType​(String connectionType)

        The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

        • bigquery

        Parameters:
        connectionType - The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

        • bigquery

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • data

        ConnectorDataSource.Builder data​(Map<String,​String> data)

        A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

        Parameters:
        data - A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSchemas

        ConnectorDataSource.Builder outputSchemas​(Collection<GlueSchema> outputSchemas)

        Specifies the data schema for this source.

        Parameters:
        outputSchemas - Specifies the data schema for this source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSchemas

        ConnectorDataSource.Builder outputSchemas​(GlueSchema... outputSchemas)

        Specifies the data schema for this source.

        Parameters:
        outputSchemas - Specifies the data schema for this source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.