public static interface RedshiftDestinationUpdate.Builder extends SdkPojo, CopyableBuilder<RedshiftDestinationUpdate.Builder,RedshiftDestinationUpdate>
Modifier and Type | Method and Description |
---|---|
RedshiftDestinationUpdate.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
default RedshiftDestinationUpdate.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
RedshiftDestinationUpdate.Builder |
clusterJDBCURL(String clusterJDBCURL)
The database connection string.
|
default RedshiftDestinationUpdate.Builder |
copyCommand(Consumer<CopyCommand.Builder> copyCommand)
The
COPY command. |
RedshiftDestinationUpdate.Builder |
copyCommand(CopyCommand copyCommand)
The
COPY command. |
RedshiftDestinationUpdate.Builder |
password(String password)
The user password.
|
default RedshiftDestinationUpdate.Builder |
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
|
RedshiftDestinationUpdate.Builder |
processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
default RedshiftDestinationUpdate.Builder |
retryOptions(Consumer<RedshiftRetryOptions.Builder> retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
|
RedshiftDestinationUpdate.Builder |
retryOptions(RedshiftRetryOptions retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
|
RedshiftDestinationUpdate.Builder |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
RedshiftDestinationUpdate.Builder |
s3BackupMode(RedshiftS3BackupMode s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
RedshiftDestinationUpdate.Builder |
s3BackupMode(String s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
default RedshiftDestinationUpdate.Builder |
s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)
The Amazon S3 destination for backup.
|
RedshiftDestinationUpdate.Builder |
s3BackupUpdate(S3DestinationUpdate s3BackupUpdate)
The Amazon S3 destination for backup.
|
default RedshiftDestinationUpdate.Builder |
s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
The Amazon S3 destination.
|
RedshiftDestinationUpdate.Builder |
s3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
RedshiftDestinationUpdate.Builder |
username(String username)
The name of the user.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RedshiftDestinationUpdate.Builder roleARN(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.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.Builder
copyCommand(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 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).default RedshiftDestinationUpdate.Builder retryOptions(Consumer<RedshiftRetryOptions.Builder> retryOptions)
The retry behavior in case Kinesis Data 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.Builder
retryOptions(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.Builder
s3Update(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.Builder
processingConfiguration(ProcessingConfiguration)
RedshiftDestinationUpdate.Builder s3BackupMode(String s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
s3BackupMode
- You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled,
you can't update the delivery stream to disable it.RedshiftS3BackupMode
,
RedshiftS3BackupMode
RedshiftDestinationUpdate.Builder s3BackupMode(RedshiftS3BackupMode s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
s3BackupMode
- You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled,
you can't update the delivery stream to disable it.RedshiftS3BackupMode
,
RedshiftS3BackupMode
RedshiftDestinationUpdate.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.Builder
s3BackupUpdate(S3DestinationUpdate)
RedshiftDestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.default RedshiftDestinationUpdate.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon 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.Builder
cloudWatchLoggingOptions(CloudWatchLoggingOptions)
Copyright © 2021. All rights reserved.