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