Class CfnConfigurationSetEventDestinationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.pinpointemail.mixins.CfnConfigurationSetEventDestinationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin>
- Enclosing class:
CfnConfigurationSetEventDestinationPropsMixin
@Stability(Stable)
public static final class CfnConfigurationSetEventDestinationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin>
A fluent builder for
CfnConfigurationSetEventDestinationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()configurationSetName(String configurationSetName) The name of the configuration set that contains the event destination that you want to modify.create()create(CfnPropertyMixinOptions options) eventDestination(IResolvable eventDestination) An object that defines the event destination.eventDestination(CfnConfigurationSetEventDestinationPropsMixin.EventDestinationProperty eventDestination) An object that defines the event destination.eventDestinationName(String eventDestinationName) The name of the event destination that you want to modify.
-
Method Details
-
create
@Stability(Stable) public static CfnConfigurationSetEventDestinationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConfigurationSetEventDestinationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConfigurationSetEventDestinationPropsMixin.Builder.
-
configurationSetName
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.Builder configurationSetName(String configurationSetName) The name of the configuration set that contains the event destination that you want to modify.- Parameters:
configurationSetName- The name of the configuration set that contains the event destination that you want to modify. This parameter is required.- Returns:
this- See Also:
-
eventDestination
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.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 CfnConfigurationSetEventDestinationPropsMixin.Builder eventDestination(CfnConfigurationSetEventDestinationPropsMixin.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:
-
eventDestinationName
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.Builder eventDestinationName(String eventDestinationName) The name of the event destination that you want to modify.- Parameters:
eventDestinationName- The name of the event destination that you want to modify. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin>- Returns:
- a newly built instance of
CfnConfigurationSetEventDestinationPropsMixin.
-