@Generated(value="software.amazon.awssdk:codegen") public final class S3DestinationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3DestinationUpdate.Builder,S3DestinationUpdate>
Describes an update for a destination in Amazon S3.
Modifier and Type | Class and Description |
---|---|
static interface |
S3DestinationUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucketARN()
The ARN of the S3 bucket.
|
BufferingHints |
bufferingHints()
The buffering option.
|
static S3DestinationUpdate.Builder |
builder() |
CloudWatchLoggingOptions |
cloudWatchLoggingOptions()
The CloudWatch logging options for your delivery stream.
|
CompressionFormat |
compressionFormat()
The compression format.
|
String |
compressionFormatAsString()
The compression format.
|
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.
|
String |
roleARN()
The Amazon Resource Name (ARN) of the AWS credentials.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3DestinationUpdate.Builder> |
serializableBuilderClass() |
S3DestinationUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String roleARN()
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public final String bucketARN()
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS 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. If no value is specified, BufferingHints
object default values are used.
BufferingHints
object default values are
used.public final 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.
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
.
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
public final String compressionFormatAsString()
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.
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
.
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
public final EncryptionConfiguration encryptionConfiguration()
The encryption configuration. If no value is specified, the default is no encryption.
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
The CloudWatch logging options for your delivery stream.
public S3DestinationUpdate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<S3DestinationUpdate.Builder,S3DestinationUpdate>
public static S3DestinationUpdate.Builder builder()
public static Class<? extends S3DestinationUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.