Class CfnReplicatorPropsMixin.LogDeliveryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.LogDeliveryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicatorPropsMixin.LogDeliveryProperty>
- Enclosing interface:
CfnReplicatorPropsMixin.LogDeliveryProperty
@Stability(Stable)
public static final class CfnReplicatorPropsMixin.LogDeliveryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicatorPropsMixin.LogDeliveryProperty>
A builder for
CfnReplicatorPropsMixin.LogDeliveryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.replicatorLogDelivery(CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty replicatorLogDelivery) Sets the value ofCfnReplicatorPropsMixin.LogDeliveryProperty.getReplicatorLogDelivery()replicatorLogDelivery(IResolvable replicatorLogDelivery) Sets the value ofCfnReplicatorPropsMixin.LogDeliveryProperty.getReplicatorLogDelivery()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
replicatorLogDelivery
@Stability(Stable) public CfnReplicatorPropsMixin.LogDeliveryProperty.Builder replicatorLogDelivery(IResolvable replicatorLogDelivery) Sets the value ofCfnReplicatorPropsMixin.LogDeliveryProperty.getReplicatorLogDelivery()- Parameters:
replicatorLogDelivery- Details of the log delivery for the replicator.- Returns:
this
-
replicatorLogDelivery
@Stability(Stable) public CfnReplicatorPropsMixin.LogDeliveryProperty.Builder replicatorLogDelivery(CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty replicatorLogDelivery) Sets the value ofCfnReplicatorPropsMixin.LogDeliveryProperty.getReplicatorLogDelivery()- Parameters:
replicatorLogDelivery- Details of the log delivery for the replicator.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicatorPropsMixin.LogDeliveryProperty>- Returns:
- a new instance of
CfnReplicatorPropsMixin.LogDeliveryProperty - Throws:
NullPointerException- if any required attribute was not provided
-