@Stability(value=Stable) public static final class CfnReplicationGroup.DestinationDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnReplicationGroup.DestinationDetailsProperty>
CfnReplicationGroup.DestinationDetailsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReplicationGroup.DestinationDetailsProperty |
build()
Builds the configured instance.
|
CfnReplicationGroup.DestinationDetailsProperty.Builder |
cloudWatchLogsDetails(CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty cloudWatchLogsDetails)
|
CfnReplicationGroup.DestinationDetailsProperty.Builder |
cloudWatchLogsDetails(IResolvable cloudWatchLogsDetails)
|
CfnReplicationGroup.DestinationDetailsProperty.Builder |
kinesisFirehoseDetails(CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty kinesisFirehoseDetails)
|
CfnReplicationGroup.DestinationDetailsProperty.Builder |
kinesisFirehoseDetails(IResolvable kinesisFirehoseDetails)
|
@Stability(value=Stable) public CfnReplicationGroup.DestinationDetailsProperty.Builder cloudWatchLogsDetails(CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty cloudWatchLogsDetails)
cloudWatchLogsDetails - The configuration details of the CloudWatch Logs destination.
Note that this field is marked as required but only if CloudWatch Logs was chosen as the destination.this@Stability(value=Stable) public CfnReplicationGroup.DestinationDetailsProperty.Builder cloudWatchLogsDetails(IResolvable cloudWatchLogsDetails)
cloudWatchLogsDetails - The configuration details of the CloudWatch Logs destination.
Note that this field is marked as required but only if CloudWatch Logs was chosen as the destination.this@Stability(value=Stable) public CfnReplicationGroup.DestinationDetailsProperty.Builder kinesisFirehoseDetails(CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty kinesisFirehoseDetails)
kinesisFirehoseDetails - The configuration details of the Kinesis Data Firehose destination.
Note that this field is marked as required but only if Kinesis Data Firehose was chosen as the destination.this@Stability(value=Stable) public CfnReplicationGroup.DestinationDetailsProperty.Builder kinesisFirehoseDetails(IResolvable kinesisFirehoseDetails)
kinesisFirehoseDetails - The configuration details of the Kinesis Data Firehose destination.
Note that this field is marked as required but only if Kinesis Data Firehose was chosen as the destination.this@Stability(value=Stable) public CfnReplicationGroup.DestinationDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnReplicationGroup.DestinationDetailsProperty>CfnReplicationGroup.DestinationDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.