Class RedshiftConnectorProfileProperties

    • Method Detail

      • databaseUrl

        public final String databaseUrl()

        The JDBC URL of the Amazon Redshift cluster.

        Returns:
        The JDBC URL of the Amazon Redshift cluster.
      • bucketName

        public final String bucketName()

        A name for the associated Amazon S3 bucket.

        Returns:
        A name for the associated Amazon S3 bucket.
      • bucketPrefix

        public final String bucketPrefix()

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

        Returns:
        The object key for the destination bucket in which Amazon AppFlow places the files.
      • isRedshiftServerless

        public final Boolean isRedshiftServerless()

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

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

        public final String clusterIdentifier()

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

        Returns:
        The unique ID that's assigned to an Amazon Redshift cluster.
      • workgroupName

        public final String workgroupName()

        The name of an Amazon Redshift workgroup.

        Returns:
        The name of an Amazon Redshift workgroup.
      • databaseName

        public final String databaseName()

        The name of an Amazon Redshift database.

        Returns:
        The name of an Amazon Redshift database.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)