Class CfnRegistration.Builder
java.lang.Object
software.amazon.awscdk.services.smsvoice.CfnRegistration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistration>
- Enclosing class:
CfnRegistration
@Stability(Stable)
public static final class CfnRegistration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistration>
A fluent builder for
CfnRegistration.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnRegistration.BuilderregistrationType(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 CfnRegistration.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRegistration.Builder.
-
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<CfnRegistration>- Returns:
- a newly built instance of
CfnRegistration.
-