@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 |
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() |
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RedshiftConnectorProfileProperties.Builder> |
serializableBuilderClass() |
RedshiftConnectorProfileProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 the IAM role.
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 © 2022. All rights reserved.