Uses of Interface
software.amazon.awssdk.services.firehose.model.S3DestinationUpdate.Builder
-
Packages that use S3DestinationUpdate.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of S3DestinationUpdate.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return S3DestinationUpdate.Builder Modifier and Type Method Description S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. bucketARN(String bucketARN)The ARN of the S3 bucket.default S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. bufferingHints(BufferingHints bufferingHints)The buffering option.static S3DestinationUpdate.BuilderS3DestinationUpdate. builder()default S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)The CloudWatch logging options for your delivery stream.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)The CloudWatch logging options for your delivery stream.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. compressionFormat(String compressionFormat)The compression format.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. compressionFormat(CompressionFormat compressionFormat)The compression format.default S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The encryption configuration.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. errorOutputPrefix(String errorOutputPrefix)A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. prefix(String prefix)The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files.S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. roleARN(String roleARN)The Amazon Resource Name (ARN) of the Amazon Web Services credentials.S3DestinationUpdate.BuilderS3DestinationUpdate. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type S3DestinationUpdate.Builder Modifier and Type Method Description static Class<? extends S3DestinationUpdate.Builder>S3DestinationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type S3DestinationUpdate.Builder Modifier and Type Method Description default ExtendedS3DestinationUpdate.BuilderExtendedS3DestinationUpdate.Builder. s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)The Amazon S3 destination for backup.default RedshiftDestinationUpdate.BuilderRedshiftDestinationUpdate.Builder. s3BackupUpdate(Consumer<S3DestinationUpdate.Builder> s3BackupUpdate)The Amazon S3 destination for backup.default UpdateDestinationRequest.BuilderUpdateDestinationRequest.Builder. s3DestinationUpdate(Consumer<S3DestinationUpdate.Builder> s3DestinationUpdate)Deprecated.default AmazonOpenSearchServerlessDestinationUpdate.BuilderAmazonOpenSearchServerlessDestinationUpdate.Builder. s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)Sets the value of the S3Update property for this object.default AmazonopensearchserviceDestinationUpdate.BuilderAmazonopensearchserviceDestinationUpdate.Builder. s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)Sets the value of the S3Update property for this object.default ElasticsearchDestinationUpdate.BuilderElasticsearchDestinationUpdate.Builder. s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)The Amazon S3 destination.default HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)Sets the value of the S3Update property for this object.default RedshiftDestinationUpdate.BuilderRedshiftDestinationUpdate.Builder. s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)The Amazon S3 destination.default SnowflakeDestinationUpdate.BuilderSnowflakeDestinationUpdate.Builder. s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)Sets the value of the S3Update property for this object.default SplunkDestinationUpdate.BuilderSplunkDestinationUpdate.Builder. s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)Your update to the configuration of the backup Amazon S3 location.
-