Class CfnMailManagerAddonSubscription.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMailManagerAddonSubscription.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerAddonSubscription>
- Enclosing class:
CfnMailManagerAddonSubscription
@Stability(Stable)
public static final class CfnMailManagerAddonSubscription.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerAddonSubscription>
A fluent builder for
CfnMailManagerAddonSubscription
.-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Add On to subscribe to.build()
The tags used to organize, track, or control access for the resource.
-
Method Details
-
create
@Stability(Stable) public static CfnMailManagerAddonSubscription.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnMailManagerAddonSubscription.Builder
.
-
addonName
The name of the Add On to subscribe to.You can only have one subscription for each Add On name.
Valid Values:
TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE
- Parameters:
addonName
- The name of the Add On to subscribe to. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags used to organize, track, or control access for the resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags
- The tags used to organize, track, or control access for the resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMailManagerAddonSubscription>
- Returns:
- a newly built instance of
CfnMailManagerAddonSubscription
.
-