RedshiftDestinationUpdate |
RedshiftDestinationUpdate.clone() |
|
RedshiftDestinationUpdate |
UpdateDestinationRequest.getRedshiftDestinationUpdate() |
Describes an update for a destination in Amazon Redshift.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
Describes CloudWatch logging options for your delivery stream.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withClusterJDBCURL(String clusterJDBCURL) |
The database connection string.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withCopyCommand(CopyCommand copyCommand) |
The COPY command.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withPassword(String password) |
The user password.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withRetryOptions(RedshiftRetryOptions retryOptions) |
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon Redshift.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withRoleARN(String roleARN) |
The ARN of the AWS credentials.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withS3Update(S3DestinationUpdate s3Update) |
The Amazon S3 destination.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withUsername(String username) |
The name of the user.
|