CopyableBuilder<RedshiftDestinationUpdate.Builder,RedshiftDestinationUpdate>
, SdkBuilder<RedshiftDestinationUpdate.Builder,RedshiftDestinationUpdate>
public static interface RedshiftDestinationUpdate.Builder extends CopyableBuilder<RedshiftDestinationUpdate.Builder,RedshiftDestinationUpdate>
copy
apply, build
RedshiftDestinationUpdate.Builder roleARN(String roleARN)
The ARN of the AWS credentials.
roleARN
- The ARN of the AWS credentials.RedshiftDestinationUpdate.Builder clusterJDBCURL(String clusterJDBCURL)
The database connection string.
clusterJDBCURL
- The database connection string.RedshiftDestinationUpdate.Builder copyCommand(CopyCommand copyCommand)
The COPY
command.
copyCommand
- The COPY
command.RedshiftDestinationUpdate.Builder username(String username)
The name of the user.
username
- The name of the user.RedshiftDestinationUpdate.Builder password(String password)
The user password.
password
- The user password.RedshiftDestinationUpdate.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).RedshiftDestinationUpdate.Builder s3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
The compression formats SNAPPY
or ZIP
cannot be specified in
RedshiftDestinationUpdate.S3Update because the Amazon Redshift COPY
operation that reads
from the S3 bucket doesn't support these compression formats.
s3Update
- The Amazon S3 destination.
The compression formats SNAPPY
or ZIP
cannot be specified in
RedshiftDestinationUpdate.S3Update because the Amazon Redshift COPY
operation that
reads from the S3 bucket doesn't support these compression formats.
RedshiftDestinationUpdate.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.RedshiftDestinationUpdate.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.RedshiftS3BackupMode
RedshiftDestinationUpdate.Builder s3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.RedshiftS3BackupMode
RedshiftDestinationUpdate.Builder s3BackupUpdate(S3DestinationUpdate s3BackupUpdate)
The Amazon S3 destination for backup.
s3BackupUpdate
- The Amazon S3 destination for backup.RedshiftDestinationUpdate.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.