Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySource.Builder
Packages that use DeliverySource.Builder
-
Uses of DeliverySource.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliverySource.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that uniquely identifies this delivery source.static DeliverySource.BuilderDeliverySource.builder()DeliverySource.Builder.deliverySourceConfiguration(Map<String, String> deliverySourceConfiguration) The map of key-value pairs that configure the delivery source.The type of log that the source is sending.The unique name of the delivery source.DeliverySource.Builder.resourceArns(String... resourceArns) This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source.DeliverySource.Builder.resourceArns(Collection<String> resourceArns) This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this delivery source.The Amazon Web Services service that is sending logs.The status of the delivery source.DeliverySource.Builder.status(DeliverySourceStatus status) The status of the delivery source.DeliverySource.Builder.statusReason(String statusReason) The reason for the status of the delivery source.DeliverySource.Builder.statusReason(DeliverySourceStatusReason statusReason) The reason for the status of the delivery source.The tags that have been assigned to this delivery source.DeliverySource.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliverySource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeliverySource.Builder>DeliverySource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliverySource.BuilderModifier and TypeMethodDescriptionGetDeliverySourceResponse.Builder.deliverySource(Consumer<DeliverySource.Builder> deliverySource) A structure containing information about the delivery source.PutDeliverySourceResponse.Builder.deliverySource(Consumer<DeliverySource.Builder> deliverySource) A structure containing information about the delivery source that was just created or updated.