Uses of Class
com.amazonaws.services.kinesisfirehose.model.S3DestinationUpdate
Packages that use S3DestinationUpdate
-
Uses of S3DestinationUpdate in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return S3DestinationUpdateModifier and TypeMethodDescriptionS3DestinationUpdate.clone()
UpdateDestinationRequest.getS3DestinationUpdate()
Describes an update for a destination in Amazon S3.ElasticsearchDestinationUpdate.getS3Update()
RedshiftDestinationUpdate.getS3Update()
The Amazon S3 destination.S3DestinationUpdate.withBucketARN
(String bucketARN) The ARN of the S3 bucket.S3DestinationUpdate.withBufferingHints
(BufferingHints bufferingHints) The buffering option.S3DestinationUpdate.withCloudWatchLoggingOptions
(CloudWatchLoggingOptions cloudWatchLoggingOptions) Describes CloudWatch logging options for your delivery stream.S3DestinationUpdate.withCompressionFormat
(CompressionFormat compressionFormat) The compression format.S3DestinationUpdate.withCompressionFormat
(String compressionFormat) The compression format.S3DestinationUpdate.withEncryptionConfiguration
(EncryptionConfiguration encryptionConfiguration) The encryption configuration.S3DestinationUpdate.withPrefix
(String prefix) The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files.S3DestinationUpdate.withRoleARN
(String roleARN) The ARN of the AWS credentials.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type S3DestinationUpdateModifier and TypeMethodDescriptionvoid
UpdateDestinationRequest.setS3DestinationUpdate
(S3DestinationUpdate s3DestinationUpdate) Describes an update for a destination in Amazon S3.void
ElasticsearchDestinationUpdate.setS3Update
(S3DestinationUpdate s3Update) void
RedshiftDestinationUpdate.setS3Update
(S3DestinationUpdate s3Update) The Amazon S3 destination.UpdateDestinationRequest.withS3DestinationUpdate
(S3DestinationUpdate s3DestinationUpdate) Describes an update for a destination in Amazon S3.ElasticsearchDestinationUpdate.withS3Update
(S3DestinationUpdate s3Update) RedshiftDestinationUpdate.withS3Update
(S3DestinationUpdate s3Update) The Amazon S3 destination.