Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestinationConfiguration.Builder
Packages that use DeliveryDestinationConfiguration.Builder
-
Uses of DeliveryDestinationConfiguration.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestinationConfiguration.BuilderModifier and TypeMethodDescriptionDeliveryDestinationConfiguration.builder()DeliveryDestinationConfiguration.Builder.destinationResourceArn(String destinationResourceArn) The ARN of the Amazon Web Services destination that this delivery destination represents.DeliveryDestinationConfiguration.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliveryDestinationConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeliveryDestinationConfiguration.Builder>DeliveryDestinationConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliveryDestinationConfiguration.BuilderModifier and TypeMethodDescriptiondefault DeliveryDestination.BuilderDeliveryDestination.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(Consumer<DeliveryDestinationConfiguration.Builder> deliveryDestinationConfiguration) A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.