Class S3DestinationDescription
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.S3DestinationDescription
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<S3DestinationDescription.Builder,S3DestinationDescription>
@Generated("software.amazon.awssdk:codegen") public final class S3DestinationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3DestinationDescription.Builder,S3DestinationDescription>
Describes a destination in Amazon S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
S3DestinationDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
bucketARN()
The ARN of the S3 bucket.BufferingHints
bufferingHints()
The buffering option.static S3DestinationDescription.Builder
builder()
CloudWatchLoggingOptions
cloudWatchLoggingOptions()
The Amazon 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 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 Amazon Web Services credentials.List<SdkField<?>>
sdkFields()
static Class<? extends S3DestinationDescription.Builder>
serializableBuilderClass()
S3DestinationDescription.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleARN
public 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.
- Returns:
- 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.
-
bucketARN
public final String bucketARN()
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
- Returns:
- The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
-
prefix
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.
- Returns:
- 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.
-
errorOutputPrefix
public final String errorOutputPrefix()
A prefix that 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:
- A prefix that 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.
-
bufferingHints
public final BufferingHints bufferingHints()
The buffering option. If no value is specified,
BufferingHints
object default values are used.- Returns:
- The buffering option. If no value is specified,
BufferingHints
object default values are used.
-
compressionFormat
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 returnCompressionFormat.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompressionFormatAsString()
.- Returns:
- The compression format. If no value is specified, the default is
UNCOMPRESSED
. - See Also:
CompressionFormat
-
compressionFormatAsString
public 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 returnCompressionFormat.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompressionFormatAsString()
.- Returns:
- The compression format. If no value is specified, the default is
UNCOMPRESSED
. - See Also:
CompressionFormat
-
encryptionConfiguration
public final EncryptionConfiguration encryptionConfiguration()
The encryption configuration. If no value is specified, the default is no encryption.
- Returns:
- The encryption configuration. If no value is specified, the default is no encryption.
-
cloudWatchLoggingOptions
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
- Returns:
- The Amazon CloudWatch logging options for your delivery stream.
-
toBuilder
public S3DestinationDescription.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<S3DestinationDescription.Builder,S3DestinationDescription>
-
builder
public static S3DestinationDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3DestinationDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-