@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExtendedS3DestinationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes a destination in Amazon S3.
Constructor and Description |
---|
ExtendedS3DestinationDescription() |
Modifier and Type | Method and Description |
---|---|
ExtendedS3DestinationDescription |
clone() |
boolean |
equals(Object obj) |
String |
getBucketARN()
The ARN of the S3 bucket.
|
BufferingHints |
getBufferingHints()
The buffering option.
|
CloudWatchLoggingOptions |
getCloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
|
String |
getCompressionFormat()
The compression format.
|
DataFormatConversionConfiguration |
getDataFormatConversionConfiguration()
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format
before writing it to Amazon S3.
|
EncryptionConfiguration |
getEncryptionConfiguration()
The encryption configuration.
|
String |
getErrorOutputPrefix()
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
String |
getPrefix()
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
ProcessingConfiguration |
getProcessingConfiguration()
The data processing configuration.
|
String |
getRoleARN()
The Amazon Resource Name (ARN) of the AWS credentials.
|
S3DestinationDescription |
getS3BackupDescription()
The configuration for backup in Amazon S3.
|
String |
getS3BackupMode()
The Amazon S3 backup mode.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketARN(String bucketARN)
The ARN of the S3 bucket.
|
void |
setBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
void |
setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
void |
setCompressionFormat(CompressionFormat compressionFormat)
The compression format.
|
void |
setCompressionFormat(String compressionFormat)
The compression format.
|
void |
setDataFormatConversionConfiguration(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.
|
void |
setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
void |
setErrorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
void |
setPrefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
void |
setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
void |
setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
void |
setS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
|
void |
setS3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
void |
setS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
|
String |
toString()
Returns a string representation of this object.
|
ExtendedS3DestinationDescription |
withBucketARN(String bucketARN)
The ARN of the S3 bucket.
|
ExtendedS3DestinationDescription |
withBufferingHints(BufferingHints bufferingHints)
The buffering option.
|
ExtendedS3DestinationDescription |
withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
ExtendedS3DestinationDescription |
withCompressionFormat(CompressionFormat compressionFormat)
The compression format.
|
ExtendedS3DestinationDescription |
withCompressionFormat(String compressionFormat)
The compression format.
|
ExtendedS3DestinationDescription |
withDataFormatConversionConfiguration(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.
|
ExtendedS3DestinationDescription |
withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
ExtendedS3DestinationDescription |
withErrorOutputPrefix(String errorOutputPrefix)
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
ExtendedS3DestinationDescription |
withPrefix(String prefix)
The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.
|
ExtendedS3DestinationDescription |
withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
ExtendedS3DestinationDescription |
withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
ExtendedS3DestinationDescription |
withS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
|
ExtendedS3DestinationDescription |
withS3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
ExtendedS3DestinationDescription |
withS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
|
public void setRoleARN(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.public String getRoleARN()
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public ExtendedS3DestinationDescription withRoleARN(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.public void setBucketARN(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.public String getBucketARN()
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public ExtendedS3DestinationDescription withBucketARN(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.public void setPrefix(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.
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 String getPrefix()
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 ExtendedS3DestinationDescription withPrefix(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.
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 void setErrorOutputPrefix(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.
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 String getErrorOutputPrefix()
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 ExtendedS3DestinationDescription withErrorOutputPrefix(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.
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 void setBufferingHints(BufferingHints bufferingHints)
The buffering option.
bufferingHints
- The buffering option.public BufferingHints getBufferingHints()
The buffering option.
public ExtendedS3DestinationDescription withBufferingHints(BufferingHints bufferingHints)
The buffering option.
bufferingHints
- The buffering option.public void setCompressionFormat(String compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.CompressionFormat
public String getCompressionFormat()
The compression format. If no value is specified, the default is UNCOMPRESSED
.
UNCOMPRESSED
.CompressionFormat
public ExtendedS3DestinationDescription withCompressionFormat(String compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.CompressionFormat
public void setCompressionFormat(CompressionFormat compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.CompressionFormat
public ExtendedS3DestinationDescription withCompressionFormat(CompressionFormat compressionFormat)
The compression format. If no value is specified, the default is UNCOMPRESSED
.
compressionFormat
- The compression format. If no value is specified, the default is UNCOMPRESSED
.CompressionFormat
public void setEncryptionConfiguration(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.public EncryptionConfiguration getEncryptionConfiguration()
The encryption configuration. If no value is specified, the default is no encryption.
public ExtendedS3DestinationDescription withEncryptionConfiguration(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.public void setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.public CloudWatchLoggingOptions getCloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
public ExtendedS3DestinationDescription withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.public void setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.public ProcessingConfiguration getProcessingConfiguration()
The data processing configuration.
public ExtendedS3DestinationDescription withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.public void setS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
public String getS3BackupMode()
The Amazon S3 backup mode.
S3BackupMode
public ExtendedS3DestinationDescription withS3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
public void setS3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
public ExtendedS3DestinationDescription withS3BackupMode(S3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode
- The Amazon S3 backup mode.S3BackupMode
public void setS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription
- The configuration for backup in Amazon S3.public S3DestinationDescription getS3BackupDescription()
The configuration for backup in Amazon S3.
public ExtendedS3DestinationDescription withS3BackupDescription(S3DestinationDescription s3BackupDescription)
The configuration for backup in Amazon S3.
s3BackupDescription
- The configuration for backup in Amazon S3.public void setDataFormatConversionConfiguration(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.
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 DataFormatConversionConfiguration getDataFormatConversionConfiguration()
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 ExtendedS3DestinationDescription withDataFormatConversionConfiguration(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.
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 String toString()
toString
in class Object
Object.toString()
public ExtendedS3DestinationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.