@Stability(value=Stable) public static final class CfnResourceDefinition.ResourceInstanceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDefinition.ResourceInstanceProperty>
CfnResourceDefinition.ResourceInstanceProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnResourceDefinition.ResourceInstanceProperty |
build()
Builds the configured instance.
|
CfnResourceDefinition.ResourceInstanceProperty.Builder |
id(String id)
Sets the value of
CfnResourceDefinition.ResourceInstanceProperty.getId() |
CfnResourceDefinition.ResourceInstanceProperty.Builder |
name(String name)
Sets the value of
CfnResourceDefinition.ResourceInstanceProperty.getName() |
CfnResourceDefinition.ResourceInstanceProperty.Builder |
resourceDataContainer(CfnResourceDefinition.ResourceDataContainerProperty resourceDataContainer)
|
CfnResourceDefinition.ResourceInstanceProperty.Builder |
resourceDataContainer(IResolvable resourceDataContainer)
|
@Stability(value=Stable) public CfnResourceDefinition.ResourceInstanceProperty.Builder id(String id)
CfnResourceDefinition.ResourceInstanceProperty.getId()
id
- `CfnResourceDefinition.ResourceInstanceProperty.Id`. This parameter is required.this
@Stability(value=Stable) public CfnResourceDefinition.ResourceInstanceProperty.Builder name(String name)
CfnResourceDefinition.ResourceInstanceProperty.getName()
name
- `CfnResourceDefinition.ResourceInstanceProperty.Name`. This parameter is required.this
@Stability(value=Stable) public CfnResourceDefinition.ResourceInstanceProperty.Builder resourceDataContainer(CfnResourceDefinition.ResourceDataContainerProperty resourceDataContainer)
resourceDataContainer
- `CfnResourceDefinition.ResourceInstanceProperty.ResourceDataContainer`. This parameter is required.this
@Stability(value=Stable) public CfnResourceDefinition.ResourceInstanceProperty.Builder resourceDataContainer(IResolvable resourceDataContainer)
resourceDataContainer
- `CfnResourceDefinition.ResourceInstanceProperty.ResourceDataContainer`. This parameter is required.this
@Stability(value=Stable) public CfnResourceDefinition.ResourceInstanceProperty build()
build
in interface software.amazon.jsii.Builder<CfnResourceDefinition.ResourceInstanceProperty>
CfnResourceDefinition.ResourceInstanceProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.