Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliveryDestinationRequest.Builder
Packages that use PutDeliveryDestinationRequest.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 PutDeliveryDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDeliveryDestinationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putDeliveryDestination(Consumer<PutDeliveryDestinationRequest.Builder> putDeliveryDestinationRequest) Creates or updates a logical delivery destination.default PutDeliveryDestinationResponseCloudWatchLogsClient.putDeliveryDestination(Consumer<PutDeliveryDestinationRequest.Builder> putDeliveryDestinationRequest) Creates or updates a logical delivery destination. -
Uses of PutDeliveryDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDeliveryDestinationRequest.BuilderModifier and TypeMethodDescriptionPutDeliveryDestinationRequest.builder()PutDeliveryDestinationRequest.Builder.deliveryDestinationConfiguration(Consumer<DeliveryDestinationConfiguration.Builder> deliveryDestinationConfiguration) A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.Builder.deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration) A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.Builder.deliveryDestinationType(String deliveryDestinationType) The type of delivery destination.PutDeliveryDestinationRequest.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) The type of delivery destination.A name for this delivery destination.PutDeliveryDestinationRequest.Builder.outputFormat(String outputFormat) The format for the logs that this delivery destination will receive.PutDeliveryDestinationRequest.Builder.outputFormat(OutputFormat outputFormat) The format for the logs that this delivery destination will receive.PutDeliveryDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDeliveryDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) An optional list of key-value pairs to associate with the resource.PutDeliveryDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDeliveryDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDeliveryDestinationRequest.Builder>PutDeliveryDestinationRequest.serializableBuilderClass()