CopyableBuilder<ExtendedS3DestinationUpdate.Builder,ExtendedS3DestinationUpdate>
, SdkBuilder<ExtendedS3DestinationUpdate.Builder,ExtendedS3DestinationUpdate>
public static interface ExtendedS3DestinationUpdate.Builder extends CopyableBuilder<ExtendedS3DestinationUpdate.Builder,ExtendedS3DestinationUpdate>
copy
apply, build
ExtendedS3DestinationUpdate.Builder roleARN(String roleARN)
The ARN of the AWS credentials.
roleARN
- The ARN of the AWS credentials.ExtendedS3DestinationUpdate.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket.
bucketARN
- The ARN of the S3 bucket.ExtendedS3DestinationUpdate.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.ExtendedS3DestinationUpdate.Builder bufferingHints(BufferingHints bufferingHints)
The buffering option.
bufferingHints
- The buffering option.ExtendedS3DestinationUpdate.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
ExtendedS3DestinationUpdate.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
ExtendedS3DestinationUpdate.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.ExtendedS3DestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.ExtendedS3DestinationUpdate.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.ExtendedS3DestinationUpdate.Builder s3BackupMode(String s3BackupMode)
Enables or disables Amazon S3 backup mode.
s3BackupMode
- Enables or disables Amazon S3 backup mode.S3BackupMode
ExtendedS3DestinationUpdate.Builder s3BackupMode(S3BackupMode s3BackupMode)
Enables or disables Amazon S3 backup mode.
s3BackupMode
- Enables or disables Amazon S3 backup mode.S3BackupMode
ExtendedS3DestinationUpdate.Builder s3BackupUpdate(S3DestinationUpdate s3BackupUpdate)
The Amazon S3 destination for backup.
s3BackupUpdate
- The Amazon S3 destination for backup.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.