Class CfnConfigurationSetEventDestinationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetEventDestinationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationMixinProps>
- Enclosing interface:
CfnConfigurationSetEventDestinationMixinProps
@Stability(Stable)
public static final class CfnConfigurationSetEventDestinationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationMixinProps>
A builder for
CfnConfigurationSetEventDestinationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configurationSetName(String configurationSetName) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getConfigurationSetName()configurationSetName(IConfigurationSetRef configurationSetName) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getConfigurationSetName()eventDestination(CfnConfigurationSetEventDestinationPropsMixin.EventDestinationProperty eventDestination) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getEventDestination()eventDestination(IResolvable eventDestination) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getEventDestination()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configurationSetName
@Stability(Stable) public CfnConfigurationSetEventDestinationMixinProps.Builder configurationSetName(String configurationSetName) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getConfigurationSetName()- Parameters:
configurationSetName- The name of the configuration set that contains the event destination.- Returns:
this
-
configurationSetName
@Stability(Stable) public CfnConfigurationSetEventDestinationMixinProps.Builder configurationSetName(IConfigurationSetRef configurationSetName) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getConfigurationSetName()- Parameters:
configurationSetName- The name of the configuration set that contains the event destination.- Returns:
this
-
eventDestination
@Stability(Stable) public CfnConfigurationSetEventDestinationMixinProps.Builder eventDestination(IResolvable eventDestination) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getEventDestination()- Parameters:
eventDestination- An object that defines the event destination.- Returns:
this
-
eventDestination
@Stability(Stable) public CfnConfigurationSetEventDestinationMixinProps.Builder eventDestination(CfnConfigurationSetEventDestinationPropsMixin.EventDestinationProperty eventDestination) Sets the value ofCfnConfigurationSetEventDestinationMixinProps.getEventDestination()- Parameters:
eventDestination- An object that defines the event destination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetEventDestinationMixinProps>- Returns:
- a new instance of
CfnConfigurationSetEventDestinationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-