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