Class CfnOptOutListPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnOptOutListPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOptOutListPropsMixin>
- Enclosing class:
CfnOptOutListPropsMixin
@Stability(Stable)
public static final class CfnOptOutListPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOptOutListPropsMixin>
A fluent builder for
CfnOptOutListPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) optOutListName(String optOutListName) The name of the OptOutList.An array of tags (key and value pairs) to associate with the new OptOutList.
-
Method Details
-
create
@Stability(Stable) public static CfnOptOutListPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnOptOutListPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnOptOutListPropsMixin.Builder.
-
optOutListName
The name of the OptOutList.- Parameters:
optOutListName- The name of the OptOutList. This parameter is required.- Returns:
this- See Also:
-
tags
An array of tags (key and value pairs) to associate with the new OptOutList.- Parameters:
tags- An array of tags (key and value pairs) to associate with the new OptOutList. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOptOutListPropsMixin>- Returns:
- a newly built instance of
CfnOptOutListPropsMixin.
-