public static interface WorkerLogDeliveryDescription.Builder extends SdkPojo, CopyableBuilder<WorkerLogDeliveryDescription.Builder,WorkerLogDeliveryDescription>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkerLogDeliveryDescription.Builder cloudWatchLogs(CloudWatchLogsLogDeliveryDescription cloudWatchLogs)
Details about delivering logs to Amazon CloudWatch Logs.
cloudWatchLogs - Details about delivering logs to Amazon CloudWatch Logs.default WorkerLogDeliveryDescription.Builder cloudWatchLogs(Consumer<CloudWatchLogsLogDeliveryDescription.Builder> cloudWatchLogs)
Details about delivering logs to Amazon CloudWatch Logs.
This is a convenience method that creates an instance of theCloudWatchLogsLogDeliveryDescription.Builder avoiding the need to create one manually via
CloudWatchLogsLogDeliveryDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cloudWatchLogs(CloudWatchLogsLogDeliveryDescription).
cloudWatchLogs - a consumer that will call methods on CloudWatchLogsLogDeliveryDescription.BuildercloudWatchLogs(CloudWatchLogsLogDeliveryDescription)WorkerLogDeliveryDescription.Builder firehose(FirehoseLogDeliveryDescription firehose)
Details about delivering logs to Amazon Kinesis Data Firehose.
firehose - Details about delivering logs to Amazon Kinesis Data Firehose.default WorkerLogDeliveryDescription.Builder firehose(Consumer<FirehoseLogDeliveryDescription.Builder> firehose)
Details about delivering logs to Amazon Kinesis Data Firehose.
This is a convenience method that creates an instance of theFirehoseLogDeliveryDescription.Builder
avoiding the need to create one manually via FirehoseLogDeliveryDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to firehose(FirehoseLogDeliveryDescription).
firehose - a consumer that will call methods on FirehoseLogDeliveryDescription.Builderfirehose(FirehoseLogDeliveryDescription)WorkerLogDeliveryDescription.Builder s3(S3LogDeliveryDescription s3)
Details about delivering logs to Amazon S3.
s3 - Details about delivering logs to Amazon S3.default WorkerLogDeliveryDescription.Builder s3(Consumer<S3LogDeliveryDescription.Builder> s3)
Details about delivering logs to Amazon S3.
This is a convenience method that creates an instance of theS3LogDeliveryDescription.Builder
avoiding the need to create one manually via S3LogDeliveryDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3(S3LogDeliveryDescription).
s3 - a consumer that will call methods on S3LogDeliveryDescription.Builders3(S3LogDeliveryDescription)Copyright © 2023. All rights reserved.