Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.S3DeliveryConfiguration.Builder
Packages that use S3DeliveryConfiguration.Builder
-
Uses of S3DeliveryConfiguration.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3DeliveryConfiguration.BuilderModifier and TypeMethodDescriptionS3DeliveryConfiguration.builder()S3DeliveryConfiguration.Builder.enableHiveCompatiblePath(Boolean enableHiveCompatiblePath) This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.S3DeliveryConfiguration.Builder.suffixPath(String suffixPath) This string allows re-configuring the S3 object prefix to contain either static or variable sections.S3DeliveryConfiguration.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type S3DeliveryConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3DeliveryConfiguration.Builder>S3DeliveryConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type S3DeliveryConfiguration.BuilderModifier and TypeMethodDescriptionConfigurationTemplateDeliveryConfigValues.Builder.s3DeliveryConfiguration(Consumer<S3DeliveryConfiguration.Builder> s3DeliveryConfiguration) The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.default CreateDeliveryRequest.BuilderCreateDeliveryRequest.Builder.s3DeliveryConfiguration(Consumer<S3DeliveryConfiguration.Builder> s3DeliveryConfiguration) This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.default Delivery.BuilderDelivery.Builder.s3DeliveryConfiguration(Consumer<S3DeliveryConfiguration.Builder> s3DeliveryConfiguration) This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.UpdateDeliveryConfigurationRequest.Builder.s3DeliveryConfiguration(Consumer<S3DeliveryConfiguration.Builder> s3DeliveryConfiguration) This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.