Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliverySourceRequest.Builder
Packages that use PutDeliverySourceRequest.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 PutDeliverySourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDeliverySourceRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest) Creates or updates a logical delivery source.default PutDeliverySourceResponseCloudWatchLogsClient.putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest) Creates or updates a logical delivery source. -
Uses of PutDeliverySourceRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDeliverySourceRequest.BuilderModifier and TypeMethodDescriptionPutDeliverySourceRequest.builder()PutDeliverySourceRequest.Builder.deliverySourceConfiguration(Map<String, String> deliverySourceConfiguration) A map of key-value pairs to configure the delivery source.Defines the type of log that the source is sending.A name for this delivery source.PutDeliverySourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDeliverySourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutDeliverySourceRequest.Builder.resourceArn(String resourceArn) The ARN of the Amazon Web Services resource that is generating and sending logs.An optional list of key-value pairs to associate with the resource.PutDeliverySourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDeliverySourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDeliverySourceRequest.Builder>PutDeliverySourceRequest.serializableBuilderClass()