@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedshiftDestinationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes a destination in Amazon Redshift.
Constructor and Description |
---|
RedshiftDestinationDescription() |
Modifier and Type | Method and Description |
---|---|
RedshiftDestinationDescription |
clone() |
boolean |
equals(Object obj) |
CloudWatchLoggingOptions |
getCloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
|
String |
getClusterJDBCURL()
The database connection string.
|
CopyCommand |
getCopyCommand()
The
COPY command. |
ProcessingConfiguration |
getProcessingConfiguration()
The data processing configuration.
|
RedshiftRetryOptions |
getRetryOptions()
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
|
String |
getRoleARN()
The Amazon Resource Name (ARN) of the AWS credentials.
|
S3DestinationDescription |
getS3BackupDescription()
The configuration for backup in Amazon S3.
|
String |
getS3BackupMode()
The Amazon S3 backup mode.
|
S3DestinationDescription |
getS3DestinationDescription()
The Amazon S3 destination.
|
String |
getUsername()
The name of the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
void |
setClusterJDBCURL(String clusterJDBCURL)
The database connection string.
|
void |
setCopyCommand(CopyCommand copyCommand)
The
COPY command. |
void |
setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
void |
setRetryOptions(RedshiftRetryOptions retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
|
void |
setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
void |
setS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
|
void |
setS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
void |
setS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
|
void |
setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
void |
setUsername(String username)
The name of the user.
|
String |
toString()
Returns a string representation of this object.
|
RedshiftDestinationDescription |
withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
RedshiftDestinationDescription |
withClusterJDBCURL(String clusterJDBCURL)
The database connection string.
|
RedshiftDestinationDescription |
withCopyCommand(CopyCommand copyCommand)
The
COPY command. |
RedshiftDestinationDescription |
withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
RedshiftDestinationDescription |
withRetryOptions(RedshiftRetryOptions retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
|
RedshiftDestinationDescription |
withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
RedshiftDestinationDescription |
withS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
|
RedshiftDestinationDescription |
withS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
RedshiftDestinationDescription |
withS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
|
RedshiftDestinationDescription |
withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
RedshiftDestinationDescription |
withUsername(String username)
The name of the user.
|
public void setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
roleARN
- The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces.public String getRoleARN()
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public RedshiftDestinationDescription withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
roleARN
- The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces.public void setClusterJDBCURL(String clusterJDBCURL)
The database connection string.
clusterJDBCURL
- The database connection string.public String getClusterJDBCURL()
The database connection string.
public RedshiftDestinationDescription withClusterJDBCURL(String clusterJDBCURL)
The database connection string.
clusterJDBCURL
- The database connection string.public void setCopyCommand(CopyCommand copyCommand)
The COPY
command.
copyCommand
- The COPY
command.public CopyCommand getCopyCommand()
The COPY
command.
COPY
command.public RedshiftDestinationDescription withCopyCommand(CopyCommand copyCommand)
The COPY
command.
copyCommand
- The COPY
command.public void setUsername(String username)
The name of the user.
username
- The name of the user.public String getUsername()
The name of the user.
public RedshiftDestinationDescription withUsername(String username)
The name of the user.
username
- The name of the user.public void setRetryOptions(RedshiftRetryOptions retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
retryOptions
- The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
Default value is 3600 (60 minutes).public RedshiftRetryOptions getRetryOptions()
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
public RedshiftDestinationDescription withRetryOptions(RedshiftRetryOptions retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
retryOptions
- The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
Default value is 3600 (60 minutes).public void setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
s3DestinationDescription
- The Amazon S3 destination.public S3DestinationDescription getS3DestinationDescription()
The Amazon S3 destination.
public RedshiftDestinationDescription withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
s3DestinationDescription
- The Amazon S3 destination.public void setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.public ProcessingConfiguration getProcessingConfiguration()
The data processing configuration.
public RedshiftDestinationDescription withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.public void setS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.RedshiftS3BackupMode
public String getS3BackupMode()
The Amazon S3 backup mode.
RedshiftS3BackupMode
public RedshiftDestinationDescription withS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.RedshiftS3BackupMode
public void setS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.RedshiftS3BackupMode
public RedshiftDestinationDescription withS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.RedshiftS3BackupMode
public void setS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription
- The configuration for backup in Amazon S3.public S3DestinationDescription getS3BackupDescription()
The configuration for backup in Amazon S3.
public RedshiftDestinationDescription withS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription
- The configuration for backup in Amazon S3.public void setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.public CloudWatchLoggingOptions getCloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
public RedshiftDestinationDescription withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.public String toString()
toString
in class Object
Object.toString()
public RedshiftDestinationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.