public static interface RedshiftDestinationUpdate.Builder extends CopyableBuilder<RedshiftDestinationUpdate.Builder,RedshiftDestinationUpdate>
copyapply, buildRedshiftDestinationUpdate.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.default RedshiftDestinationUpdate.Builder copyCommand(Consumer<CopyCommand.Builder> copyCommand)
The COPY command.
CopyCommand.Builder avoiding the need to create
one manually via CopyCommand.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to copyCommand(CopyCommand).copyCommand - a consumer that will call methods on CopyCommand.BuildercopyCommand(CopyCommand)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 case Kinesis Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
retryOptions - The retry behavior in case Kinesis Firehose is unable to deliver documents to Amazon Redshift. Default
value is 3600 (60 minutes).default RedshiftDestinationUpdate.Builder retryOptions(Consumer<RedshiftRetryOptions.Builder> retryOptions)
The retry behavior in case Kinesis Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
This is a convenience that creates an instance of theRedshiftRetryOptions.Builder avoiding the need
to create one manually via RedshiftRetryOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to retryOptions(RedshiftRetryOptions).retryOptions - a consumer that will call methods on RedshiftRetryOptions.BuilderretryOptions(RedshiftRetryOptions)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.
default RedshiftDestinationUpdate.Builder s3Update(Consumer<S3DestinationUpdate.Builder> 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.
S3DestinationUpdate.Builder avoiding the need
to create one manually via S3DestinationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3Update(S3DestinationUpdate).s3Update - a consumer that will call methods on S3DestinationUpdate.Builders3Update(S3DestinationUpdate)RedshiftDestinationUpdate.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration - The data processing configuration.default RedshiftDestinationUpdate.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
This is a convenience that creates an instance of theProcessingConfiguration.Builder avoiding the
need to create one manually via ProcessingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to processingConfiguration(ProcessingConfiguration).processingConfiguration - a consumer that will call methods on ProcessingConfiguration.BuilderprocessingConfiguration(ProcessingConfiguration)RedshiftDestinationUpdate.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.RedshiftS3BackupMode,
RedshiftS3BackupModeRedshiftDestinationUpdate.Builder s3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.RedshiftS3BackupMode,
RedshiftS3BackupModeRedshiftDestinationUpdate.Builder s3BackupUpdate(S3DestinationUpdate s3BackupUpdate)
The Amazon S3 destination for backup.
s3BackupUpdate - The Amazon S3 destination for backup.default RedshiftDestinationUpdate.Builder s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)
The Amazon S3 destination for backup.
This is a convenience that creates an instance of theS3DestinationUpdate.Builder avoiding the need
to create one manually via S3DestinationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3BackupUpdate(S3DestinationUpdate).s3BackupUpdate - a consumer that will call methods on S3DestinationUpdate.Builders3BackupUpdate(S3DestinationUpdate)RedshiftDestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.default RedshiftDestinationUpdate.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
This is a convenience that creates an instance of theCloudWatchLoggingOptions.Builder avoiding the
need to create one manually via CloudWatchLoggingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to cloudWatchLoggingOptions(CloudWatchLoggingOptions).cloudWatchLoggingOptions - a consumer that will call methods on CloudWatchLoggingOptions.BuildercloudWatchLoggingOptions(CloudWatchLoggingOptions)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.