Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestination.Builder
Packages that use DeliveryDestination.Builder
-
Uses of DeliveryDestination.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestination.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that uniquely identifies this delivery destination.static DeliveryDestination.BuilderDeliveryDestination.builder()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.DeliveryDestination.Builder.deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration) A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.DeliveryDestination.Builder.deliveryDestinationType(String deliveryDestinationType) Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.DeliveryDestination.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.The name of this delivery destination.DeliveryDestination.Builder.outputFormat(String outputFormat) The format of the logs that are sent to this delivery destination.DeliveryDestination.Builder.outputFormat(OutputFormat outputFormat) The format of the logs that are sent to this delivery destination.The tags that have been assigned to this delivery destination.DeliveryDestination.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliveryDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeliveryDestination.Builder>DeliveryDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliveryDestination.BuilderModifier and TypeMethodDescriptionGetDeliveryDestinationResponse.Builder.deliveryDestination(Consumer<DeliveryDestination.Builder> deliveryDestination) A structure containing information about the delivery destination.PutDeliveryDestinationResponse.Builder.deliveryDestination(Consumer<DeliveryDestination.Builder> deliveryDestination) A structure containing information about the delivery destination that you just created or updated.