CopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>
, SdkBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>
public static interface ExtendedS3DestinationDescription.Builder extends CopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>
copy
apply, build
ExtendedS3DestinationDescription.Builder roleARN(String roleARN)
The ARN of the AWS credentials.
roleARN
- The ARN of the AWS credentials.ExtendedS3DestinationDescription.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket.
bucketARN
- The ARN of the S3 bucket.ExtendedS3DestinationDescription.Builder prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see Amazon S3 Object Name Format in the Amazon Kinesis Firehose Developer Guide.
prefix
- The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify
an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a
slash, it appears as a folder in the S3 bucket. For more information, see Amazon S3 Object Name
Format in the Amazon Kinesis Firehose Developer Guide.ExtendedS3DestinationDescription.Builder bufferingHints(BufferingHints bufferingHints)
The buffering option.
bufferingHints
- The buffering option.ExtendedS3DestinationDescription.Builder compressionFormat(String compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.CompressionFormat
ExtendedS3DestinationDescription.Builder compressionFormat(CompressionFormat compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.CompressionFormat
ExtendedS3DestinationDescription.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration. If no value is specified, the default is no encryption.
encryptionConfiguration
- The encryption configuration. If no value is specified, the default is no encryption.ExtendedS3DestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.ExtendedS3DestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.ExtendedS3DestinationDescription.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
ExtendedS3DestinationDescription.Builder s3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
ExtendedS3DestinationDescription.Builder s3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription
- The configuration for backup in Amazon S3.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.