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