public static final class CfnComponent.ComponentBindingPropertiesValueProperty.Builder
extends java.lang.Object
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(java.lang.String defaultValue)
Sets the value of
CfnComponent.ComponentBindingPropertiesValueProperty.getDefaultValue() |
CfnComponent.ComponentBindingPropertiesValueProperty.Builder |
type(java.lang.String type)
Sets the value of
CfnComponent.ComponentBindingPropertiesValueProperty.getType() |
public CfnComponent.ComponentBindingPropertiesValueProperty.Builder bindingProperties(IResolvable bindingProperties)
bindingProperties
- Describes the properties to customize with data at runtime.this
public CfnComponent.ComponentBindingPropertiesValueProperty.Builder bindingProperties(CfnComponent.ComponentBindingPropertiesValuePropertiesProperty bindingProperties)
bindingProperties
- Describes the properties to customize with data at runtime.this
public CfnComponent.ComponentBindingPropertiesValueProperty.Builder defaultValue(java.lang.String defaultValue)
CfnComponent.ComponentBindingPropertiesValueProperty.getDefaultValue()
defaultValue
- The default value of the property.this
public CfnComponent.ComponentBindingPropertiesValueProperty.Builder type(java.lang.String type)
CfnComponent.ComponentBindingPropertiesValueProperty.getType()
type
- The property type.this
public CfnComponent.ComponentBindingPropertiesValueProperty build()
CfnComponent.ComponentBindingPropertiesValueProperty
java.lang.NullPointerException
- if any required attribute was not provided