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