public static interface S3DestinationUpdate.Builder extends SdkPojo, CopyableBuilder<S3DestinationUpdate.Builder,S3DestinationUpdate>
Modifier and Type | Method and Description |
---|---|
S3DestinationUpdate.Builder |
bucketARN(String bucketARN)
The ARN of the S3 bucket.
|
S3DestinationUpdate.Builder |
bufferingHints(BufferingHints bufferingHints)
The buffering option.
|
default S3DestinationUpdate.Builder |
bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
|
S3DestinationUpdate.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
default S3DestinationUpdate.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
S3DestinationUpdate.Builder |
compressionFormat(CompressionFormat compressionFormat)
The compression format.
|
S3DestinationUpdate.Builder |
compressionFormat(String compressionFormat)
The compression format.
|
default S3DestinationUpdate.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration.
|
S3DestinationUpdate.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
S3DestinationUpdate.Builder |
prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
S3DestinationUpdate.Builder |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
copy
applyMutation, build
S3DestinationUpdate.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
roleARN
- The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource
Names (ARNs) and AWS Service Namespaces.S3DestinationUpdate.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
bucketARN
- The ARN of the S3 bucket. For more information, see Amazon Resource
Names (ARNs) and AWS Service Namespaces.S3DestinationUpdate.Builder prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon 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 Data Firehose Developer Guide.
prefix
- The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon 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 Data Firehose Developer Guide.S3DestinationUpdate.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.default S3DestinationUpdate.Builder bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option. If no value is specified, BufferingHints
object default values are used.
BufferingHints.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)
S3DestinationUpdate.Builder compressionFormat(String compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon Redshift
destinations because they are not supported by the Amazon Redshift COPY
operation that reads
from the S3 bucket.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon
Redshift destinations because they are not supported by the Amazon Redshift COPY
operation that reads from the S3 bucket.
CompressionFormat
,
CompressionFormat
S3DestinationUpdate.Builder compressionFormat(CompressionFormat compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon Redshift
destinations because they are not supported by the Amazon Redshift COPY
operation that reads
from the S3 bucket.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.
The compression formats SNAPPY
or ZIP
cannot be specified for Amazon
Redshift destinations because they are not supported by the Amazon Redshift COPY
operation that reads from the S3 bucket.
CompressionFormat
,
CompressionFormat
S3DestinationUpdate.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 S3DestinationUpdate.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)
S3DestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.default S3DestinationUpdate.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)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.