Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.S3DeliveryConfiguration.Builder
-
Packages that use S3DeliveryConfiguration.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of S3DeliveryConfiguration.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3DeliveryConfiguration.Builder Modifier and Type Method Description static S3DeliveryConfiguration.BuilderS3DeliveryConfiguration. builder()S3DeliveryConfiguration.BuilderS3DeliveryConfiguration.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.BuilderS3DeliveryConfiguration.Builder. suffixPath(String suffixPath)This string allows re-configuring the S3 object prefix to contain either static or variable sections.S3DeliveryConfiguration.BuilderS3DeliveryConfiguration. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type S3DeliveryConfiguration.Builder Modifier and Type Method Description static Class<? extends S3DeliveryConfiguration.Builder>S3DeliveryConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type S3DeliveryConfiguration.Builder Modifier and Type Method Description default ConfigurationTemplateDeliveryConfigValues.BuilderConfigurationTemplateDeliveryConfigValues.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.default UpdateDeliveryConfigurationRequest.BuilderUpdateDeliveryConfigurationRequest.Builder. s3DeliveryConfiguration(Consumer<S3DeliveryConfiguration.Builder> s3DeliveryConfiguration)This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.
-