Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model |
Modifier and Type | Method and Description |
---|---|
S3DestinationUpdate |
S3DestinationUpdate.clone() |
S3DestinationUpdate |
UpdateDestinationRequest.getS3DestinationUpdate()
Describes an update for a destination in Amazon S3.
|
S3DestinationUpdate |
RedshiftDestinationUpdate.getS3Update()
The Amazon S3 destination.
|
S3DestinationUpdate |
ElasticsearchDestinationUpdate.getS3Update() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDestinationRequest.setS3DestinationUpdate(S3DestinationUpdate s3DestinationUpdate)
Describes an update for a destination in Amazon S3.
|
void |
RedshiftDestinationUpdate.setS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
void |
ElasticsearchDestinationUpdate.setS3Update(S3DestinationUpdate s3Update) |
UpdateDestinationRequest |
UpdateDestinationRequest.withS3DestinationUpdate(S3DestinationUpdate s3DestinationUpdate)
Describes an update for a destination in Amazon S3.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withS3Update(S3DestinationUpdate s3Update)
The Amazon S3 destination.
|
ElasticsearchDestinationUpdate |
ElasticsearchDestinationUpdate.withS3Update(S3DestinationUpdate s3Update) |
Copyright © 2018. All rights reserved.