Class CfnAppPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnAppPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppPropsMixin>
- Enclosing class:
CfnAppPropsMixin
@Stability(Stable)
public static final class CfnAppPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppPropsMixin>
A fluent builder for
CfnAppPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnAppPropsMixin.Buildercreate()static CfnAppPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The display name of the application.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAppPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAppPropsMixin.Builder.
-
name
The display name of the application.- Parameters:
name- The display name of the application. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppPropsMixin>- Returns:
- a newly built instance of
CfnAppPropsMixin.
-