Class Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sesv2_configuration_set_event_destination.Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination>
- Enclosing interface:
- Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination
@Stability(Stable) public static final class Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder extends Object implements software.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.BuilderapplicationArn(String applicationArn)Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestinationbuild()Builds the configured instance.
-
-
-
Method Detail
-
applicationArn
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder applicationArn(String applicationArn)
Sets the value ofSesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.getApplicationArn()- Parameters:
applicationArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#application_arn Sesv2ConfigurationSetEventDestination#application_arn}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination>- Returns:
- a new instance of
Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination - Throws:
NullPointerException- if any required attribute was not provided
-
-