Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.UpdateDeliveryConfigurationRequest.Builder
Packages that use UpdateDeliveryConfigurationRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of UpdateDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type UpdateDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.updateDeliveryConfiguration(Consumer<UpdateDeliveryConfigurationRequest.Builder> updateDeliveryConfigurationRequest) Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs.CloudWatchLogsClient.updateDeliveryConfiguration(Consumer<UpdateDeliveryConfigurationRequest.Builder> updateDeliveryConfigurationRequest) Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs. -
Uses of UpdateDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return UpdateDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionUpdateDeliveryConfigurationRequest.builder()UpdateDeliveryConfigurationRequest.Builder.fieldDelimiter(String fieldDelimiter) The field delimiter to use between record fields when the final output format of a delivery is inPlain,W3C, orRawformat.The ID of the delivery to be updated by this request.UpdateDeliveryConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateDeliveryConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateDeliveryConfigurationRequest.Builder.recordFields(String... recordFields) The list of record fields to be delivered to the destination, in order.UpdateDeliveryConfigurationRequest.Builder.recordFields(Collection<String> recordFields) The list of record fields to be delivered to the destination, in order.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.UpdateDeliveryConfigurationRequest.Builder.s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration) This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.UpdateDeliveryConfigurationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type UpdateDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateDeliveryConfigurationRequest.Builder>UpdateDeliveryConfigurationRequest.serializableBuilderClass()