Class CfnConnectorPropsMixin.LogDeliveryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnConnectorPropsMixin.LogDeliveryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin.LogDeliveryProperty>
- Enclosing interface:
CfnConnectorPropsMixin.LogDeliveryProperty
@Stability(Stable)
public static final class CfnConnectorPropsMixin.LogDeliveryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin.LogDeliveryProperty>
A builder for
CfnConnectorPropsMixin.LogDeliveryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.workerLogDelivery(CfnConnectorPropsMixin.WorkerLogDeliveryProperty workerLogDelivery) Sets the value ofCfnConnectorPropsMixin.LogDeliveryProperty.getWorkerLogDelivery()workerLogDelivery(IResolvable workerLogDelivery) Sets the value ofCfnConnectorPropsMixin.LogDeliveryProperty.getWorkerLogDelivery()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
workerLogDelivery
@Stability(Stable) public CfnConnectorPropsMixin.LogDeliveryProperty.Builder workerLogDelivery(IResolvable workerLogDelivery) Sets the value ofCfnConnectorPropsMixin.LogDeliveryProperty.getWorkerLogDelivery()- Parameters:
workerLogDelivery- The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.- Returns:
this
-
workerLogDelivery
@Stability(Stable) public CfnConnectorPropsMixin.LogDeliveryProperty.Builder workerLogDelivery(CfnConnectorPropsMixin.WorkerLogDeliveryProperty workerLogDelivery) Sets the value ofCfnConnectorPropsMixin.LogDeliveryProperty.getWorkerLogDelivery()- Parameters:
workerLogDelivery- The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin.LogDeliveryProperty>- Returns:
- a new instance of
CfnConnectorPropsMixin.LogDeliveryProperty - Throws:
NullPointerException- if any required attribute was not provided
-