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