Class CfnMailManagerAddressList.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMailManagerAddressList.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerAddressList>
- Enclosing class:
CfnMailManagerAddressList
@Stability(Stable)
public static final class CfnMailManagerAddressList.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerAddressList>
A fluent builder for
CfnMailManagerAddressList
.-
Method Summary
Modifier and TypeMethodDescriptionaddressListName
(String addressListName) A user-friendly name for the address list.build()
The tags used to organize, track, or control access for the resource.
-
Method Details
-
create
@Stability(Stable) public static CfnMailManagerAddressList.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
CfnMailManagerAddressList.Builder
.
-
addressListName
A user-friendly name for the address list.- Parameters:
addressListName
- A user-friendly name for the address list. 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<CfnMailManagerAddressList>
- Returns:
- a newly built instance of
CfnMailManagerAddressList
.
-