@Stability(value=Stable) public static final class CfnComponentType.FunctionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentType.FunctionProperty>
CfnComponentType.FunctionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentType.FunctionProperty |
build()
Builds the configured instance.
|
CfnComponentType.FunctionProperty.Builder |
implementedBy(CfnComponentType.DataConnectorProperty implementedBy)
Sets the value of
CfnComponentType.FunctionProperty.getImplementedBy() |
CfnComponentType.FunctionProperty.Builder |
implementedBy(IResolvable implementedBy)
Sets the value of
CfnComponentType.FunctionProperty.getImplementedBy() |
CfnComponentType.FunctionProperty.Builder |
requiredProperties(List<String> requiredProperties)
Sets the value of
CfnComponentType.FunctionProperty.getRequiredProperties() |
CfnComponentType.FunctionProperty.Builder |
scope(String scope)
Sets the value of
CfnComponentType.FunctionProperty.getScope() |
@Stability(value=Stable) public CfnComponentType.FunctionProperty.Builder implementedBy(CfnComponentType.DataConnectorProperty implementedBy)
CfnComponentType.FunctionProperty.getImplementedBy()implementedBy - The data connector.this@Stability(value=Stable) public CfnComponentType.FunctionProperty.Builder implementedBy(IResolvable implementedBy)
CfnComponentType.FunctionProperty.getImplementedBy()implementedBy - The data connector.this@Stability(value=Stable) public CfnComponentType.FunctionProperty.Builder requiredProperties(List<String> requiredProperties)
CfnComponentType.FunctionProperty.getRequiredProperties()requiredProperties - The required properties of the function.this@Stability(value=Stable) public CfnComponentType.FunctionProperty.Builder scope(String scope)
CfnComponentType.FunctionProperty.getScope()scope - The scope of the function.this@Stability(value=Stable) public CfnComponentType.FunctionProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentType.FunctionProperty>CfnComponentType.FunctionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.