Interface ExtendedS3DestinationDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>,SdkBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>,SdkPojo
- Enclosing class:
- ExtendedS3DestinationDescription
public static interface ExtendedS3DestinationDescription.Builder extends SdkPojo, CopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExtendedS3DestinationDescription.BuilderbucketARN(String bucketARN)The ARN of the S3 bucket.default ExtendedS3DestinationDescription.BuilderbufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.ExtendedS3DestinationDescription.BuilderbufferingHints(BufferingHints bufferingHints)The buffering option.default ExtendedS3DestinationDescription.BuildercloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)The Amazon CloudWatch logging options for your delivery stream.ExtendedS3DestinationDescription.BuildercloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)The Amazon CloudWatch logging options for your delivery stream.ExtendedS3DestinationDescription.BuildercompressionFormat(String compressionFormat)The compression format.ExtendedS3DestinationDescription.BuildercompressionFormat(CompressionFormat compressionFormat)The compression format.default ExtendedS3DestinationDescription.BuilderdataFormatConversionConfiguration(Consumer<DataFormatConversionConfiguration.Builder> dataFormatConversionConfiguration)The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.ExtendedS3DestinationDescription.BuilderdataFormatConversionConfiguration(DataFormatConversionConfiguration dataFormatConversionConfiguration)The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.default ExtendedS3DestinationDescription.BuilderdynamicPartitioningConfiguration(Consumer<DynamicPartitioningConfiguration.Builder> dynamicPartitioningConfiguration)The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.ExtendedS3DestinationDescription.BuilderdynamicPartitioningConfiguration(DynamicPartitioningConfiguration dynamicPartitioningConfiguration)The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.default ExtendedS3DestinationDescription.BuilderencryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration.ExtendedS3DestinationDescription.BuilderencryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The encryption configuration.ExtendedS3DestinationDescription.BuildererrorOutputPrefix(String errorOutputPrefix)A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.ExtendedS3DestinationDescription.Builderprefix(String prefix)The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.default ExtendedS3DestinationDescription.BuilderprocessingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)The data processing configuration.ExtendedS3DestinationDescription.BuilderprocessingConfiguration(ProcessingConfiguration processingConfiguration)The data processing configuration.ExtendedS3DestinationDescription.BuilderroleARN(String roleARN)The Amazon Resource Name (ARN) of the Amazon Web Services credentials.default ExtendedS3DestinationDescription.Builders3BackupDescription(Consumer<S3DestinationDescription.Builder> s3BackupDescription)The configuration for backup in Amazon S3.ExtendedS3DestinationDescription.Builders3BackupDescription(S3DestinationDescription s3BackupDescription)The configuration for backup in Amazon S3.ExtendedS3DestinationDescription.Builders3BackupMode(String s3BackupMode)The Amazon S3 backup mode.ExtendedS3DestinationDescription.Builders3BackupMode(S3BackupMode s3BackupMode)The Amazon S3 backup mode.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
roleARN
ExtendedS3DestinationDescription.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
- Parameters:
roleARN- The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketARN
ExtendedS3DestinationDescription.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
- Parameters:
bucketARN- The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
ExtendedS3DestinationDescription.Builder prefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.
- Parameters:
prefix- The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorOutputPrefix
ExtendedS3DestinationDescription.Builder errorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.
- Parameters:
errorOutputPrefix- A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bufferingHints
ExtendedS3DestinationDescription.Builder bufferingHints(BufferingHints bufferingHints)
The buffering option.
- Parameters:
bufferingHints- The buffering option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bufferingHints
default ExtendedS3DestinationDescription.Builder bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)
The buffering option.
This is a convenience method that creates an instance of theBufferingHints.Builderavoiding the need to create one manually viaBufferingHints.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobufferingHints(BufferingHints).- Parameters:
bufferingHints- a consumer that will call methods onBufferingHints.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
bufferingHints(BufferingHints)
-
compressionFormat
ExtendedS3DestinationDescription.Builder compressionFormat(String compressionFormat)
The compression format. If no value is specified, the default is
UNCOMPRESSED.- Parameters:
compressionFormat- The compression format. If no value is specified, the default isUNCOMPRESSED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompressionFormat,CompressionFormat
-
compressionFormat
ExtendedS3DestinationDescription.Builder compressionFormat(CompressionFormat compressionFormat)
The compression format. If no value is specified, the default is
UNCOMPRESSED.- Parameters:
compressionFormat- The compression format. If no value is specified, the default isUNCOMPRESSED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompressionFormat,CompressionFormat
-
encryptionConfiguration
ExtendedS3DestinationDescription.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration. If no value is specified, the default is no encryption.
- Parameters:
encryptionConfiguration- The encryption configuration. If no value is specified, the default is no encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
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 method that creates an instance of theEncryptionConfiguration.Builderavoiding the need to create one manually viaEncryptionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionConfiguration(EncryptionConfiguration).- Parameters:
encryptionConfiguration- a consumer that will call methods onEncryptionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encryptionConfiguration(EncryptionConfiguration)
-
cloudWatchLoggingOptions
ExtendedS3DestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
- Parameters:
cloudWatchLoggingOptions- The Amazon CloudWatch logging options for your delivery stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLoggingOptions
default ExtendedS3DestinationDescription.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
This is a convenience method that creates an instance of theCloudWatchLoggingOptions.Builderavoiding the need to create one manually viaCloudWatchLoggingOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchLoggingOptions(CloudWatchLoggingOptions).- Parameters:
cloudWatchLoggingOptions- a consumer that will call methods onCloudWatchLoggingOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudWatchLoggingOptions(CloudWatchLoggingOptions)
-
processingConfiguration
ExtendedS3DestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
- Parameters:
processingConfiguration- The data processing configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingConfiguration
default ExtendedS3DestinationDescription.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
This is a convenience method that creates an instance of theProcessingConfiguration.Builderavoiding the need to create one manually viaProcessingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprocessingConfiguration(ProcessingConfiguration).- Parameters:
processingConfiguration- a consumer that will call methods onProcessingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
processingConfiguration(ProcessingConfiguration)
-
s3BackupMode
ExtendedS3DestinationDescription.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
- Parameters:
s3BackupMode- The Amazon S3 backup mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3BackupMode,S3BackupMode
-
s3BackupMode
ExtendedS3DestinationDescription.Builder s3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
- Parameters:
s3BackupMode- The Amazon S3 backup mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3BackupMode,S3BackupMode
-
s3BackupDescription
ExtendedS3DestinationDescription.Builder s3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
- Parameters:
s3BackupDescription- The configuration for backup in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BackupDescription
default ExtendedS3DestinationDescription.Builder s3BackupDescription(Consumer<S3DestinationDescription.Builder> s3BackupDescription)
The configuration for backup in Amazon S3.
This is a convenience method that creates an instance of theS3DestinationDescription.Builderavoiding the need to create one manually viaS3DestinationDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3BackupDescription(S3DestinationDescription).- Parameters:
s3BackupDescription- a consumer that will call methods onS3DestinationDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3BackupDescription(S3DestinationDescription)
-
dataFormatConversionConfiguration
ExtendedS3DestinationDescription.Builder dataFormatConversionConfiguration(DataFormatConversionConfiguration dataFormatConversionConfiguration)
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
- Parameters:
dataFormatConversionConfiguration- The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataFormatConversionConfiguration
default ExtendedS3DestinationDescription.Builder dataFormatConversionConfiguration(Consumer<DataFormatConversionConfiguration.Builder> dataFormatConversionConfiguration)
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
This is a convenience method that creates an instance of theDataFormatConversionConfiguration.Builderavoiding the need to create one manually viaDataFormatConversionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataFormatConversionConfiguration(DataFormatConversionConfiguration).- Parameters:
dataFormatConversionConfiguration- a consumer that will call methods onDataFormatConversionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataFormatConversionConfiguration(DataFormatConversionConfiguration)
-
dynamicPartitioningConfiguration
ExtendedS3DestinationDescription.Builder dynamicPartitioningConfiguration(DynamicPartitioningConfiguration dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.
- Parameters:
dynamicPartitioningConfiguration- The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dynamicPartitioningConfiguration
default ExtendedS3DestinationDescription.Builder dynamicPartitioningConfiguration(Consumer<DynamicPartitioningConfiguration.Builder> dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.
This is a convenience method that creates an instance of theDynamicPartitioningConfiguration.Builderavoiding the need to create one manually viaDynamicPartitioningConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todynamicPartitioningConfiguration(DynamicPartitioningConfiguration).- Parameters:
dynamicPartitioningConfiguration- a consumer that will call methods onDynamicPartitioningConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dynamicPartitioningConfiguration(DynamicPartitioningConfiguration)
-
-