@Generated(value="software.amazon.awssdk:codegen") public final class ExtendedS3DestinationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>
Describes a destination in Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExtendedS3DestinationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketARN()
The ARN of the S3 bucket.
|
BufferingHints |
bufferingHints()
The buffering option.
|
static ExtendedS3DestinationDescription.Builder |
builder() |
CloudWatchLoggingOptions |
cloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
|
CompressionFormat |
compressionFormat()
The compression format.
|
String |
compressionFormatAsString()
The compression format.
|
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.
|
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.
|
EncryptionConfiguration |
encryptionConfiguration()
The encryption configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorOutputPrefix()
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
ProcessingConfiguration |
processingConfiguration()
The data processing configuration.
|
String |
roleARN()
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
|
S3DestinationDescription |
s3BackupDescription()
The configuration for backup in Amazon S3.
|
S3BackupMode |
s3BackupMode()
The Amazon S3 backup mode.
|
String |
s3BackupModeAsString()
The Amazon S3 backup mode.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExtendedS3DestinationDescription.Builder> |
serializableBuilderClass() |
ExtendedS3DestinationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String bucketARN()
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
public final 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.
public final 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.
public final BufferingHints bufferingHints()
The buffering option.
public final CompressionFormat compressionFormat()
The compression format. If no value is specified, the default is UNCOMPRESSED.
If the service returns an enum value that is not available in the current SDK version, compressionFormat
will return CompressionFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from compressionFormatAsString().
UNCOMPRESSED.CompressionFormatpublic final String compressionFormatAsString()
The compression format. If no value is specified, the default is UNCOMPRESSED.
If the service returns an enum value that is not available in the current SDK version, compressionFormat
will return CompressionFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from compressionFormatAsString().
UNCOMPRESSED.CompressionFormatpublic final EncryptionConfiguration encryptionConfiguration()
The encryption configuration. If no value is specified, the default is no encryption.
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
public final ProcessingConfiguration processingConfiguration()
The data processing configuration.
public final S3BackupMode s3BackupMode()
The Amazon S3 backup mode.
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return S3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
s3BackupModeAsString().
S3BackupModepublic final String s3BackupModeAsString()
The Amazon S3 backup mode.
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return S3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
s3BackupModeAsString().
S3BackupModepublic final S3DestinationDescription s3BackupDescription()
The configuration for backup in Amazon S3.
public final 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.
public final 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.
public ExtendedS3DestinationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExtendedS3DestinationDescription.Builder,ExtendedS3DestinationDescription>public static ExtendedS3DestinationDescription.Builder builder()
public static Class<? extends ExtendedS3DestinationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.