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