Class CfnConfigurationSetEventDestination.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetEventDestination>
- Enclosing class:
CfnConfigurationSetEventDestination
@Stability(Stable)
public static final class CfnConfigurationSetEventDestination.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestination>
A fluent builder for
CfnConfigurationSetEventDestination
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
configurationSetName
(String configurationSetName) The name of the configuration set that contains the event destination.eventDestination
(IResolvable eventDestination) An object that defines the event destination.eventDestination
(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination) An object that defines the event destination.
-
Method Details
-
create
@Stability(Stable) public static CfnConfigurationSetEventDestination.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnConfigurationSetEventDestination.Builder
.
-
configurationSetName
@Stability(Stable) public CfnConfigurationSetEventDestination.Builder configurationSetName(String configurationSetName) The name of the configuration set that contains the event destination.- Parameters:
configurationSetName
- The name of the configuration set that contains the event destination. This parameter is required.- Returns:
this
- See Also:
-
eventDestination
@Stability(Stable) public CfnConfigurationSetEventDestination.Builder eventDestination(IResolvable eventDestination) An object that defines the event destination.- Parameters:
eventDestination
- An object that defines the event destination. This parameter is required.- Returns:
this
- See Also:
-
eventDestination
@Stability(Stable) public CfnConfigurationSetEventDestination.Builder eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination) An object that defines the event destination.- Parameters:
eventDestination
- An object that defines the event destination. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetEventDestination>
- Returns:
- a newly built instance of
CfnConfigurationSetEventDestination
.
-