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