CopyableBuilder<RedshiftDestinationDescription.Builder,RedshiftDestinationDescription>, SdkBuilder<RedshiftDestinationDescription.Builder,RedshiftDestinationDescription>public static interface RedshiftDestinationDescription.Builder extends CopyableBuilder<RedshiftDestinationDescription.Builder,RedshiftDestinationDescription>
copyapply, buildRedshiftDestinationDescription.Builder roleARN(String roleARN)
The ARN of the AWS credentials.
roleARN - The ARN of the AWS credentials.RedshiftDestinationDescription.Builder clusterJDBCURL(String clusterJDBCURL)
The database connection string.
clusterJDBCURL - The database connection string.RedshiftDestinationDescription.Builder copyCommand(CopyCommand copyCommand)
The COPY command.
copyCommand - The COPY command.RedshiftDestinationDescription.Builder username(String username)
The name of the user.
username - The name of the user.RedshiftDestinationDescription.Builder retryOptions(RedshiftRetryOptions retryOptions)
The retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
retryOptions - The retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.
Default value is 3600 (60 minutes).RedshiftDestinationDescription.Builder s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
s3DestinationDescription - The Amazon S3 destination.RedshiftDestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration - The data processing configuration.RedshiftDestinationDescription.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.RedshiftS3BackupModeRedshiftDestinationDescription.Builder s3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.RedshiftS3BackupModeRedshiftDestinationDescription.Builder s3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription - The configuration for backup in Amazon S3.RedshiftDestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.