Class CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty>
- Enclosing interface:
CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty
@Stability(Stable)
public static final class CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindingProperties(CfnComponentPropsMixin.ComponentBindingPropertiesValuePropertiesProperty bindingProperties) bindingProperties(IResolvable bindingProperties) build()Builds the configured instance.defaultValue(String defaultValue) Sets the value ofCfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bindingProperties
@Stability(Stable) public CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.Builder bindingProperties(IResolvable bindingProperties) Sets the value ofCfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.getBindingProperties()- Parameters:
bindingProperties- Describes the properties to customize with data at runtime.- Returns:
this
-
bindingProperties
@Stability(Stable) public CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.Builder bindingProperties(CfnComponentPropsMixin.ComponentBindingPropertiesValuePropertiesProperty bindingProperties) Sets the value ofCfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.getBindingProperties()- Parameters:
bindingProperties- Describes the properties to customize with data at runtime.- Returns:
this
-
defaultValue
@Stability(Stable) public CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.Builder defaultValue(String defaultValue) - Parameters:
defaultValue- The default value of the property.- Returns:
this
-
type
@Stability(Stable) public CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.Builder type(String type) Sets the value ofCfnComponentPropsMixin.ComponentBindingPropertiesValueProperty.getType()- Parameters:
type- The property type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty>- Returns:
- a new instance of
CfnComponentPropsMixin.ComponentBindingPropertiesValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-