Class CfnPoolPropsMixin.MandatoryKeywordProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnPoolPropsMixin.MandatoryKeywordProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPoolPropsMixin.MandatoryKeywordProperty>
- Enclosing interface:
CfnPoolPropsMixin.MandatoryKeywordProperty
@Stability(Stable)
public static final class CfnPoolPropsMixin.MandatoryKeywordProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPoolPropsMixin.MandatoryKeywordProperty>
A builder for
CfnPoolPropsMixin.MandatoryKeywordProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPoolPropsMixin.MandatoryKeywordProperty.getMessage()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
message
@Stability(Stable) public CfnPoolPropsMixin.MandatoryKeywordProperty.Builder message(String message) Sets the value ofCfnPoolPropsMixin.MandatoryKeywordProperty.getMessage()- Parameters:
message- The message associated with the keyword.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPoolPropsMixin.MandatoryKeywordProperty>- Returns:
- a new instance of
CfnPoolPropsMixin.MandatoryKeywordProperty - Throws:
NullPointerException- if any required attribute was not provided
-