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