Class CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty>
- Enclosing interface:
CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty
@Stability(Stable)
public static final class CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty>
A builder for
CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudWatchLogs(CfnReplicatorPropsMixin.CloudWatchLogsProperty cloudWatchLogs) cloudWatchLogs(IResolvable cloudWatchLogs) Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getFirehose()firehose(IResolvable firehose) Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getFirehose()Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getS3()s3(IResolvable s3) Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudWatchLogs
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder cloudWatchLogs(IResolvable cloudWatchLogs) - Parameters:
cloudWatchLogs- Details about delivering logs to CloudWatch Logs.- Returns:
this
-
cloudWatchLogs
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder cloudWatchLogs(CfnReplicatorPropsMixin.CloudWatchLogsProperty cloudWatchLogs) - Parameters:
cloudWatchLogs- Details about delivering logs to CloudWatch Logs.- Returns:
this
-
firehose
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder firehose(IResolvable firehose) Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getFirehose()- Parameters:
firehose- Details about delivering logs to Firehose.- Returns:
this
-
firehose
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder firehose(CfnReplicatorPropsMixin.FirehoseProperty firehose) Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getFirehose()- Parameters:
firehose- Details about delivering logs to Firehose.- Returns:
this
-
s3
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder s3(IResolvable s3) Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getS3()- Parameters:
s3- Details about delivering logs to S3.- Returns:
this
-
s3
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.Builder s3(CfnReplicatorPropsMixin.S3Property s3) Sets the value ofCfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty.getS3()- Parameters:
s3- Details about delivering logs to S3.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty>- Returns:
- a new instance of
CfnReplicatorPropsMixin.ReplicatorLogDeliveryProperty - Throws:
NullPointerException- if any required attribute was not provided
-