@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RedshiftConnectorProfileProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
A name for the associated Amazon S3 bucket.
|
String |
bucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
|
static RedshiftConnectorProfileProperties.Builder |
builder() |
String |
clusterIdentifier()
The unique ID that's assigned to an Amazon Redshift cluster.
|
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.
|
String |
databaseName()
The name of an Amazon Redshift database.
|
String |
databaseUrl()
The JDBC URL of the Amazon Redshift cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isRedshiftServerless()
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
|
String |
roleArn()
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RedshiftConnectorProfileProperties.Builder> |
serializableBuilderClass() |
RedshiftConnectorProfileProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupName()
The name of an Amazon Redshift workgroup.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseUrl()
The JDBC URL of the Amazon Redshift cluster.
public final String bucketName()
A name for the associated Amazon S3 bucket.
public final String bucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
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.
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.
public final Boolean isRedshiftServerless()
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
public final String clusterIdentifier()
The unique ID that's assigned to an Amazon Redshift cluster.
public final String workgroupName()
The name of an Amazon Redshift workgroup.
public final String databaseName()
The name of an Amazon Redshift database.
public RedshiftConnectorProfileProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RedshiftConnectorProfileProperties.Builder,RedshiftConnectorProfileProperties>public static RedshiftConnectorProfileProperties.Builder builder()
public static Class<? extends RedshiftConnectorProfileProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.