@Stability(value=Stable) public static final class CfnComponent.ComponentBindingPropertiesValueProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.ComponentBindingPropertiesValueProperty>
CfnComponent.ComponentBindingPropertiesValueProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponent.ComponentBindingPropertiesValueProperty.Builder |
bindingProperties(CfnComponent.ComponentBindingPropertiesValuePropertiesProperty bindingProperties)
|
CfnComponent.ComponentBindingPropertiesValueProperty.Builder |
bindingProperties(IResolvable bindingProperties)
|
CfnComponent.ComponentBindingPropertiesValueProperty |
build()
Builds the configured instance.
|
CfnComponent.ComponentBindingPropertiesValueProperty.Builder |
defaultValue(String defaultValue)
Sets the value of
CfnComponent.ComponentBindingPropertiesValueProperty.getDefaultValue() |
CfnComponent.ComponentBindingPropertiesValueProperty.Builder |
type(String type)
Sets the value of
CfnComponent.ComponentBindingPropertiesValueProperty.getType() |
@Stability(value=Stable) public CfnComponent.ComponentBindingPropertiesValueProperty.Builder bindingProperties(CfnComponent.ComponentBindingPropertiesValuePropertiesProperty bindingProperties)
bindingProperties - Describes the properties to customize with data at runtime.this@Stability(value=Stable) public CfnComponent.ComponentBindingPropertiesValueProperty.Builder bindingProperties(IResolvable bindingProperties)
bindingProperties - Describes the properties to customize with data at runtime.this@Stability(value=Stable) public CfnComponent.ComponentBindingPropertiesValueProperty.Builder defaultValue(String defaultValue)
CfnComponent.ComponentBindingPropertiesValueProperty.getDefaultValue()defaultValue - The default value of the property.this@Stability(value=Stable) public CfnComponent.ComponentBindingPropertiesValueProperty.Builder type(String type)
CfnComponent.ComponentBindingPropertiesValueProperty.getType()type - The property type.this@Stability(value=Stable) public CfnComponent.ComponentBindingPropertiesValueProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.ComponentBindingPropertiesValueProperty>CfnComponent.ComponentBindingPropertiesValuePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.