@Stability(value=Stable) public static final class CfnConfigurationSetEventDestination.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestination>
CfnConfigurationSetEventDestination.| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSetEventDestination |
build() |
CfnConfigurationSetEventDestination.Builder |
configurationSetName(String configurationSetName)
`AWS::SES::ConfigurationSetEventDestination.ConfigurationSetName`.
|
static CfnConfigurationSetEventDestination.Builder |
create(software.constructs.Construct scope,
String id) |
CfnConfigurationSetEventDestination.Builder |
eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
`AWS::SES::ConfigurationSetEventDestination.EventDestination`.
|
CfnConfigurationSetEventDestination.Builder |
eventDestination(IResolvable eventDestination)
`AWS::SES::ConfigurationSetEventDestination.EventDestination`.
|
@Stability(value=Stable) public static CfnConfigurationSetEventDestination.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder.@Stability(value=Stable) public CfnConfigurationSetEventDestination.Builder configurationSetName(String configurationSetName)
configurationSetName - `AWS::SES::ConfigurationSetEventDestination.ConfigurationSetName`. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestination.Builder eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
eventDestination - `AWS::SES::ConfigurationSetEventDestination.EventDestination`. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestination.Builder eventDestination(IResolvable eventDestination)
eventDestination - `AWS::SES::ConfigurationSetEventDestination.EventDestination`. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestination build()
build in interface software.amazon.jsii.Builder<CfnConfigurationSetEventDestination>Copyright © 2021. All rights reserved.