Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.Delivery.Builder
Packages that use Delivery.Builder
-
Uses of Delivery.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Delivery.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that uniquely identifies this delivery.static Delivery.BuilderDelivery.builder()Delivery.Builder.deliveryDestinationArn(String deliveryDestinationArn) The ARN of the delivery destination that is associated with this delivery.Delivery.Builder.deliveryDestinationType(String deliveryDestinationType) Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.Delivery.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.Delivery.Builder.deliverySourceName(String deliverySourceName) The name of the delivery source that is associated with this delivery.Delivery.Builder.fieldDelimiter(String fieldDelimiter) The field delimiter that is used between record fields when the final output format of a delivery is inPlain,W3C, orRawformat.The unique ID that identifies this delivery in your account.Delivery.Builder.recordFields(String... recordFields) The record fields used in this delivery.Delivery.Builder.recordFields(Collection<String> recordFields) The record fields used in this delivery.default Delivery.BuilderDelivery.Builder.s3DeliveryConfiguration(Consumer<S3DeliveryConfiguration.Builder> s3DeliveryConfiguration) This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.Delivery.Builder.s3DeliveryConfiguration(S3DeliveryConfiguration s3DeliveryConfiguration) This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.The tags that have been assigned to this delivery.Delivery.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Delivery.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Delivery.Builder>Delivery.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Delivery.BuilderModifier and TypeMethodDescriptiondefault CreateDeliveryResponse.BuilderCreateDeliveryResponse.Builder.delivery(Consumer<Delivery.Builder> delivery) A structure that contains information about the delivery that you just created.default GetDeliveryResponse.BuilderGetDeliveryResponse.Builder.delivery(Consumer<Delivery.Builder> delivery) A structure that contains information about the delivery.