Uses of Class
com.amazonaws.services.kinesisfirehose.model.S3DestinationDescription
-
Packages that use S3DestinationDescription Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of S3DestinationDescription in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return S3DestinationDescription Modifier and Type Method Description S3DestinationDescriptionS3DestinationDescription. clone()S3DestinationDescriptionDestinationDescription. getS3DestinationDescription()The Amazon S3 destination.S3DestinationDescriptionElasticsearchDestinationDescription. getS3DestinationDescription()S3DestinationDescriptionRedshiftDestinationDescription. getS3DestinationDescription()The Amazon S3 destination.S3DestinationDescriptionS3DestinationDescription. withBucketARN(String bucketARN)The ARN of the S3 bucket.S3DestinationDescriptionS3DestinationDescription. withBufferingHints(BufferingHints bufferingHints)The buffering option.S3DestinationDescriptionS3DestinationDescription. withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)Describes CloudWatch logging options for your delivery stream.S3DestinationDescriptionS3DestinationDescription. withCompressionFormat(CompressionFormat compressionFormat)The compression format.S3DestinationDescriptionS3DestinationDescription. withCompressionFormat(String compressionFormat)The compression format.S3DestinationDescriptionS3DestinationDescription. withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The encryption configuration.S3DestinationDescriptionS3DestinationDescription. withPrefix(String prefix)The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files.S3DestinationDescriptionS3DestinationDescription. withRoleARN(String roleARN)The ARN of the AWS credentials.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type S3DestinationDescription Modifier and Type Method Description voidDestinationDescription. setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)The Amazon S3 destination.voidElasticsearchDestinationDescription. setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)voidRedshiftDestinationDescription. setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)The Amazon S3 destination.DestinationDescriptionDestinationDescription. withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)The Amazon S3 destination.ElasticsearchDestinationDescriptionElasticsearchDestinationDescription. withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)RedshiftDestinationDescriptionRedshiftDestinationDescription. withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)The Amazon S3 destination.
-