Class CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty>
- Enclosing interface:
CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty
@Stability(Stable)
public static final class CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationArn
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty.Builder applicationArn(String applicationArn) Sets the value ofCfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty.getApplicationArn()- Parameters:
applicationArn- The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.- Returns:
this
-
build
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty>- Returns:
- a new instance of
CfnConfigurationSetEventDestinationPropsMixin.PinpointDestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-