@Stability(value=Experimental) public static final class CfnResourceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceProps>
CfnResourceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceProps |
build()
Builds the configured instance.
|
CfnResourceProps.Builder |
properties(Map<String,? extends Object> properties)
Sets the value of
CfnResourceProps.getProperties() |
CfnResourceProps.Builder |
type(String type)
Sets the value of
CfnResourceProps.getType() |
@Stability(value=Experimental) public CfnResourceProps.Builder type(String type)
CfnResourceProps.getType()type - CloudFormation resource type (e.g. `AWS::S3::Bucket`). This parameter is required.this@Stability(value=Experimental) public CfnResourceProps.Builder properties(Map<String,? extends Object> properties)
CfnResourceProps.getProperties()properties - Resource properties.this@Stability(value=Experimental) public CfnResourceProps build()
build in interface software.amazon.jsii.Builder<CfnResourceProps>CfnResourcePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.