@Stability(value=Stable) public static final class CfnConfigurationSetEventDestinationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationProps>
CfnConfigurationSetEventDestinationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConfigurationSetEventDestinationProps |
build()
Builds the configured instance.
|
CfnConfigurationSetEventDestinationProps.Builder |
configurationSetName(String configurationSetName)
Sets the value of
CfnConfigurationSetEventDestinationProps.getConfigurationSetName() |
CfnConfigurationSetEventDestinationProps.Builder |
eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
Sets the value of
CfnConfigurationSetEventDestinationProps.getEventDestination() |
CfnConfigurationSetEventDestinationProps.Builder |
eventDestination(IResolvable eventDestination)
Sets the value of
CfnConfigurationSetEventDestinationProps.getEventDestination() |
@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder configurationSetName(String configurationSetName)
CfnConfigurationSetEventDestinationProps.getConfigurationSetName()
configurationSetName
- `AWS::SES::ConfigurationSetEventDestination.ConfigurationSetName`. This parameter is required.this
@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
CfnConfigurationSetEventDestinationProps.getEventDestination()
eventDestination
- `AWS::SES::ConfigurationSetEventDestination.EventDestination`. This parameter is required.this
@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder eventDestination(IResolvable eventDestination)
CfnConfigurationSetEventDestinationProps.getEventDestination()
eventDestination
- `AWS::SES::ConfigurationSetEventDestination.EventDestination`. This parameter is required.this
@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps build()
build
in interface software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationProps>
CfnConfigurationSetEventDestinationProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.