CopyableBuilder<S3DestinationDescription.Builder,S3DestinationDescription>
, SdkBuilder<S3DestinationDescription.Builder,S3DestinationDescription>
public static interface S3DestinationDescription.Builder extends CopyableBuilder<S3DestinationDescription.Builder,S3DestinationDescription>
Modifier and Type | Method | Description |
---|---|---|
S3DestinationDescription.Builder |
bucketARN(String bucketARN) |
The ARN of the S3 bucket.
|
S3DestinationDescription.Builder |
bufferingHints(BufferingHints bufferingHints) |
The buffering option.
|
S3DestinationDescription.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
The CloudWatch logging options for your delivery stream.
|
S3DestinationDescription.Builder |
compressionFormat(String compressionFormat) |
The compression format.
|
S3DestinationDescription.Builder |
compressionFormat(CompressionFormat compressionFormat) |
The compression format.
|
S3DestinationDescription.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
The encryption configuration.
|
S3DestinationDescription.Builder |
prefix(String prefix) |
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files.
|
S3DestinationDescription.Builder |
roleARN(String roleARN) |
The ARN of the AWS credentials.
|
copy
apply, build
S3DestinationDescription.Builder roleARN(String roleARN)
The ARN of the AWS credentials.
roleARN
- The ARN of the AWS credentials.S3DestinationDescription.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket.
bucketARN
- The ARN of the S3 bucket.S3DestinationDescription.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.S3DestinationDescription.Builder bufferingHints(BufferingHints bufferingHints)
The buffering option. If no value is specified, BufferingHints object default values are used.
bufferingHints
- The buffering option. If no value is specified, BufferingHints object default values are used.S3DestinationDescription.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
S3DestinationDescription.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
S3DestinationDescription.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.S3DestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.