public static interface LogDeliveryDescription.Builder extends SdkPojo, CopyableBuilder<LogDeliveryDescription.Builder,LogDeliveryDescription>
| Modifier and Type | Method and Description |
|---|---|
default LogDeliveryDescription.Builder |
workerLogDelivery(Consumer<WorkerLogDeliveryDescription.Builder> workerLogDelivery)
The workers can send worker logs to different destination types.
|
LogDeliveryDescription.Builder |
workerLogDelivery(WorkerLogDeliveryDescription workerLogDelivery)
The workers can send worker logs to different destination types.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogDeliveryDescription.Builder workerLogDelivery(WorkerLogDeliveryDescription workerLogDelivery)
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
workerLogDelivery - The workers can send worker logs to different destination types. This configuration specifies the
details of these destinations.default LogDeliveryDescription.Builder workerLogDelivery(Consumer<WorkerLogDeliveryDescription.Builder> workerLogDelivery)
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
This is a convenience method that creates an instance of theWorkerLogDeliveryDescription.Builder
avoiding the need to create one manually via WorkerLogDeliveryDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to workerLogDelivery(WorkerLogDeliveryDescription).
workerLogDelivery - a consumer that will call methods on WorkerLogDeliveryDescription.BuilderworkerLogDelivery(WorkerLogDeliveryDescription)Copyright © 2023. All rights reserved.