Uses of Class
com.amazonaws.services.kinesisfirehose.model.RedshiftDestinationUpdate
Packages that use RedshiftDestinationUpdate
-
Uses of RedshiftDestinationUpdate in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return RedshiftDestinationUpdateModifier and TypeMethodDescriptionRedshiftDestinationUpdate.clone()
UpdateDestinationRequest.getRedshiftDestinationUpdate()
Describes an update for a destination in Amazon Redshift.RedshiftDestinationUpdate.withCloudWatchLoggingOptions
(CloudWatchLoggingOptions cloudWatchLoggingOptions) Describes CloudWatch logging options for your delivery stream.RedshiftDestinationUpdate.withClusterJDBCURL
(String clusterJDBCURL) The database connection string.RedshiftDestinationUpdate.withCopyCommand
(CopyCommand copyCommand) TheCOPY
command.RedshiftDestinationUpdate.withPassword
(String password) The user password.RedshiftDestinationUpdate.withRetryOptions
(RedshiftRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationUpdate.withRoleARN
(String roleARN) The ARN of the AWS credentials.RedshiftDestinationUpdate.withS3Update
(S3DestinationUpdate s3Update) The Amazon S3 destination.RedshiftDestinationUpdate.withUsername
(String username) The name of the user.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type RedshiftDestinationUpdateModifier and TypeMethodDescriptionvoid
UpdateDestinationRequest.setRedshiftDestinationUpdate
(RedshiftDestinationUpdate redshiftDestinationUpdate) Describes an update for a destination in Amazon Redshift.UpdateDestinationRequest.withRedshiftDestinationUpdate
(RedshiftDestinationUpdate redshiftDestinationUpdate) Describes an update for a destination in Amazon Redshift.