public static interface ExtendedS3DestinationDescription.Builder extends CopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>
copy
applyMutation, 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. 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. 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.default ExtendedS3DestinationDescription.Builder bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
This is a convenience that creates an instance of theBufferingHints.Builder
avoiding the need to
create one manually via BufferingHints.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to bufferingHints(BufferingHints)
.bufferingHints
- a consumer that will call methods on BufferingHints.Builder
bufferingHints(BufferingHints)
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
,
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
,
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.default ExtendedS3DestinationDescription.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration. If no value is specified, the default is no encryption.
This is a convenience that creates an instance of theEncryptionConfiguration.Builder
avoiding the
need to create one manually via EncryptionConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration)
.encryptionConfiguration
- a consumer that will call methods on EncryptionConfiguration.Builder
encryptionConfiguration(EncryptionConfiguration)
ExtendedS3DestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.default ExtendedS3DestinationDescription.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
This is a convenience that creates an instance of theCloudWatchLoggingOptions.Builder
avoiding the
need to create one manually via CloudWatchLoggingOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to cloudWatchLoggingOptions(CloudWatchLoggingOptions)
.cloudWatchLoggingOptions
- a consumer that will call methods on CloudWatchLoggingOptions.Builder
cloudWatchLoggingOptions(CloudWatchLoggingOptions)
ExtendedS3DestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.default ExtendedS3DestinationDescription.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
This is a convenience that creates an instance of theProcessingConfiguration.Builder
avoiding the
need to create one manually via ProcessingConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to processingConfiguration(ProcessingConfiguration)
.processingConfiguration
- a consumer that will call methods on ProcessingConfiguration.Builder
processingConfiguration(ProcessingConfiguration)
ExtendedS3DestinationDescription.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
,
S3BackupMode
ExtendedS3DestinationDescription.Builder s3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
,
S3BackupMode
ExtendedS3DestinationDescription.Builder s3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription
- The configuration for backup in Amazon S3.default ExtendedS3DestinationDescription.Builder s3BackupDescription(Consumer<S3DestinationDescription.Builder> s3BackupDescription)
The configuration for backup in Amazon S3.
This is a convenience that creates an instance of theS3DestinationDescription.Builder
avoiding the
need to create one manually via S3DestinationDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to s3BackupDescription(S3DestinationDescription)
.s3BackupDescription
- a consumer that will call methods on S3DestinationDescription.Builder
s3BackupDescription(S3DestinationDescription)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.