Class ExtendedS3DestinationConfiguration

    • Method Detail

      • 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 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:
        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.
      • bufferingHints

        public final BufferingHints bufferingHints()

        The buffering option.

        Returns:
        The buffering option.
      • 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.
      • processingConfiguration

        public final ProcessingConfiguration processingConfiguration()

        The data processing configuration.

        Returns:
        The data processing configuration.
      • s3BackupMode

        public final S3BackupMode s3BackupMode()

        The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

        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().

        Returns:
        The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
        See Also:
        S3BackupMode
      • s3BackupModeAsString

        public final String s3BackupModeAsString()

        The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

        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().

        Returns:
        The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
        See Also:
        S3BackupMode
      • s3BackupConfiguration

        public final S3DestinationConfiguration s3BackupConfiguration()

        The configuration for backup in Amazon S3.

        Returns:
        The configuration for backup in Amazon S3.
      • dataFormatConversionConfiguration

        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.

        Returns:
        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

        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.

        Returns:
        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)