Interface RedshiftConnectorProfileProperties.Builder

    • Method Detail

      • databaseUrl

        RedshiftConnectorProfileProperties.Builder databaseUrl​(String databaseUrl)

        The JDBC URL of the Amazon Redshift cluster.

        Parameters:
        databaseUrl - The JDBC URL of the Amazon Redshift cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bucketName

        RedshiftConnectorProfileProperties.Builder bucketName​(String bucketName)

        A name for the associated Amazon S3 bucket.

        Parameters:
        bucketName - A name for the associated Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bucketPrefix

        RedshiftConnectorProfileProperties.Builder bucketPrefix​(String bucketPrefix)

        The object key for the destination bucket in which Amazon AppFlow places the files.

        Parameters:
        bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRedshiftServerless

        RedshiftConnectorProfileProperties.Builder isRedshiftServerless​(Boolean isRedshiftServerless)

        Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.

        Parameters:
        isRedshiftServerless - Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterIdentifier

        RedshiftConnectorProfileProperties.Builder clusterIdentifier​(String clusterIdentifier)

        The unique ID that's assigned to an Amazon Redshift cluster.

        Parameters:
        clusterIdentifier - The unique ID that's assigned to an Amazon Redshift cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workgroupName

        RedshiftConnectorProfileProperties.Builder workgroupName​(String workgroupName)

        The name of an Amazon Redshift workgroup.

        Parameters:
        workgroupName - The name of an Amazon Redshift workgroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        RedshiftConnectorProfileProperties.Builder databaseName​(String databaseName)

        The name of an Amazon Redshift database.

        Parameters:
        databaseName - The name of an Amazon Redshift database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.