Class CfnThemeMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnThemeMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnThemeMixinProps>
- Enclosing interface:
CfnThemeMixinProps
@Stability(Stable)
public static final class CfnThemeMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnThemeMixinProps>
A builder for
CfnThemeMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnThemeMixinProps.getAppId()build()Builds the configured instance.environmentName(String environmentName) Sets the value ofCfnThemeMixinProps.getEnvironmentName()Sets the value ofCfnThemeMixinProps.getName()Sets the value ofCfnThemeMixinProps.getOverrides()overrides(IResolvable overrides) Sets the value ofCfnThemeMixinProps.getOverrides()Sets the value ofCfnThemeMixinProps.getTags()Sets the value ofCfnThemeMixinProps.getValues()values(IResolvable values) Sets the value ofCfnThemeMixinProps.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appId
Sets the value ofCfnThemeMixinProps.getAppId()- Parameters:
appId- The unique ID for the Amplify app associated with the theme.- Returns:
this
-
environmentName
Sets the value ofCfnThemeMixinProps.getEnvironmentName()- Parameters:
environmentName- The name of the backend environment that is a part of the Amplify app.- Returns:
this
-
name
Sets the value ofCfnThemeMixinProps.getName()- Parameters:
name- The name of the theme.- Returns:
this
-
overrides
Sets the value ofCfnThemeMixinProps.getOverrides()- Parameters:
overrides- Describes the properties that can be overriden to customize a theme.- Returns:
this
-
overrides
Sets the value ofCfnThemeMixinProps.getOverrides()- Parameters:
overrides- Describes the properties that can be overriden to customize a theme.- Returns:
this
-
tags
Sets the value ofCfnThemeMixinProps.getTags()- Parameters:
tags- One or more key-value pairs to use when tagging the theme.- Returns:
this
-
values
Sets the value ofCfnThemeMixinProps.getValues()- Parameters:
values- A list of key-value pairs that defines the properties of the theme.- Returns:
this
-
values
Sets the value ofCfnThemeMixinProps.getValues()- Parameters:
values- A list of key-value pairs that defines the properties of the theme.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnThemeMixinProps>- Returns:
- a new instance of
CfnThemeMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-