Class RedshiftConnectorProfileProperties

java.lang.Object
software.amazon.awssdk.services.appflow.model.RedshiftConnectorProfileProperties
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<RedshiftConnectorProfileProperties.Builder,RedshiftConnectorProfileProperties>

@Generated("software.amazon.awssdk:codegen") public final class RedshiftConnectorProfileProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftConnectorProfileProperties.Builder,RedshiftConnectorProfileProperties>

The connector-specific profile properties when using Amazon Redshift.

See Also:
  • Method Details

    • 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.
    • roleArn

      public final String roleArn()

      The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3. For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.

      Returns:
      The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3. For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.
    • dataApiRoleArn

      public final String dataApiRoleArn()

      The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API. For more information, and for the polices that you attach to this role, see Allow Amazon AppFlow to access Amazon Redshift databases with the Data API.

      Returns:
      The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API. For more information, and for the polices that you attach to this role, see Allow Amazon AppFlow to access Amazon Redshift databases with the Data API.
    • 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.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<RedshiftConnectorProfileProperties.Builder,RedshiftConnectorProfileProperties>
      Returns:
      a builder for type T
    • builder

    • serializableBuilderClass

      public static Class<? extends RedshiftConnectorProfileProperties.Builder> serializableBuilderClass()
    • hashCode

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

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

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.