Class CfnPoolPropsMixin.MandatoryKeywordsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnPoolPropsMixin.MandatoryKeywordsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPoolPropsMixin.MandatoryKeywordsProperty>
- Enclosing interface:
CfnPoolPropsMixin.MandatoryKeywordsProperty
@Stability(Stable)
public static final class CfnPoolPropsMixin.MandatoryKeywordsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPoolPropsMixin.MandatoryKeywordsProperty>
A builder for
CfnPoolPropsMixin.MandatoryKeywordsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getHelp()help(IResolvable help) Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getHelp()Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getStop()stop(IResolvable stop) Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getStop()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
help
@Stability(Stable) public CfnPoolPropsMixin.MandatoryKeywordsProperty.Builder help(IResolvable help) Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getHelp()- Parameters:
help- Specifies the pool'sHELPkeyword. For more information, see Opt out list required keywords in the End User Messaging User Guide.- Returns:
this
-
help
@Stability(Stable) public CfnPoolPropsMixin.MandatoryKeywordsProperty.Builder help(CfnPoolPropsMixin.MandatoryKeywordProperty help) Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getHelp()- Parameters:
help- Specifies the pool'sHELPkeyword. For more information, see Opt out list required keywords in the End User Messaging User Guide.- Returns:
this
-
stop
@Stability(Stable) public CfnPoolPropsMixin.MandatoryKeywordsProperty.Builder stop(IResolvable stop) Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getStop()- Parameters:
stop- Specifies the pool's opt-out keyword. For more information, see Required opt-out keywords in the End User Messaging User Guide.- Returns:
this
-
stop
@Stability(Stable) public CfnPoolPropsMixin.MandatoryKeywordsProperty.Builder stop(CfnPoolPropsMixin.MandatoryKeywordProperty stop) Sets the value ofCfnPoolPropsMixin.MandatoryKeywordsProperty.getStop()- Parameters:
stop- Specifies the pool's opt-out keyword. For more information, see Required opt-out keywords in the End User Messaging User Guide.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPoolPropsMixin.MandatoryKeywordsProperty>- Returns:
- a new instance of
CfnPoolPropsMixin.MandatoryKeywordsProperty - Throws:
NullPointerException- if any required attribute was not provided
-