Class Sesv2ConfigurationSetEventDestinationEventDestination.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sesv2_configuration_set_event_destination.Sesv2ConfigurationSetEventDestinationEventDestination.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestination>
- Enclosing interface:
- Sesv2ConfigurationSetEventDestinationEventDestination
@Stability(Stable) public static final class Sesv2ConfigurationSetEventDestinationEventDestination.Builder extends Object implements software.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestination>
A builder forSesv2ConfigurationSetEventDestinationEventDestination
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
matchingEventTypes
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination.Builder matchingEventTypes(List<String> matchingEventTypes)
- Parameters:
matchingEventTypes- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#matching_event_types Sesv2ConfigurationSetEventDestination#matching_event_types}. This parameter is required.- Returns:
this
-
cloudWatchDestination
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination.Builder cloudWatchDestination(Sesv2ConfigurationSetEventDestinationEventDestinationCloudWatchDestination cloudWatchDestination)
- Parameters:
cloudWatchDestination- cloud_watch_destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#cloud_watch_destination Sesv2ConfigurationSetEventDestination#cloud_watch_destination}- Returns:
this
-
enabled
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination.Builder enabled(Boolean enabled)
Sets the value ofSesv2ConfigurationSetEventDestinationEventDestination.getEnabled()- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#enabled Sesv2ConfigurationSetEventDestination#enabled}.- Returns:
this
-
enabled
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofSesv2ConfigurationSetEventDestinationEventDestination.getEnabled()- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#enabled Sesv2ConfigurationSetEventDestination#enabled}.- Returns:
this
-
kinesisFirehoseDestination
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination.Builder kinesisFirehoseDestination(Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination kinesisFirehoseDestination)
Sets the value ofSesv2ConfigurationSetEventDestinationEventDestination.getKinesisFirehoseDestination()- Parameters:
kinesisFirehoseDestination- kinesis_firehose_destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#kinesis_firehose_destination Sesv2ConfigurationSetEventDestination#kinesis_firehose_destination}- Returns:
this
-
pinpointDestination
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination.Builder pinpointDestination(Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination pinpointDestination)
- Parameters:
pinpointDestination- pinpoint_destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#pinpoint_destination Sesv2ConfigurationSetEventDestination#pinpoint_destination}- Returns:
this
-
snsDestination
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination.Builder snsDestination(Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestination snsDestination)
- Parameters:
snsDestination- sns_destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#sns_destination Sesv2ConfigurationSetEventDestination#sns_destination}- Returns:
this
-
build
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestination build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestination>- Returns:
- a new instance of
Sesv2ConfigurationSetEventDestinationEventDestination - Throws:
NullPointerException- if any required attribute was not provided
-
-