Class CfnRegistrationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnRegistrationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistrationMixinProps>
- Enclosing interface:
CfnRegistrationMixinProps
@Stability(Stable)
public static final class CfnRegistrationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistrationMixinProps>
A builder for
CfnRegistrationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.registrationType(String registrationType) Sets the value ofCfnRegistrationMixinProps.getRegistrationType()Sets the value ofCfnRegistrationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
registrationType
@Stability(Stable) public CfnRegistrationMixinProps.Builder registrationType(String registrationType) Sets the value ofCfnRegistrationMixinProps.getRegistrationType()- Parameters:
registrationType- The type of registration form to create.- Returns:
this
-
tags
Sets the value ofCfnRegistrationMixinProps.getTags()- Parameters:
tags- An array of tags (key and value pairs) to associate with the registration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistrationMixinProps>- Returns:
- a new instance of
CfnRegistrationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-