Class CfnResourceDefinitionVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnResourceDefinitionVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceDefinitionVersionPropsMixin>
- Enclosing class:
CfnResourceDefinitionVersionPropsMixin
@Stability(Stable)
public static final class CfnResourceDefinitionVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceDefinitionVersionPropsMixin>
A fluent builder for
CfnResourceDefinitionVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) resourceDefinitionId(String resourceDefinitionId) The ID of the resource definition associated with this version.The resources in this version.resources(IResolvable resources) The resources in this version.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceDefinitionVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceDefinitionVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceDefinitionVersionPropsMixin.Builder.
-
resourceDefinitionId
@Stability(Stable) public CfnResourceDefinitionVersionPropsMixin.Builder resourceDefinitionId(String resourceDefinitionId) The ID of the resource definition associated with this version.This value is a GUID.
- Parameters:
resourceDefinitionId- The ID of the resource definition associated with this version. This parameter is required.- Returns:
this- See Also:
-
resources
@Stability(Stable) public CfnResourceDefinitionVersionPropsMixin.Builder resources(IResolvable resources) The resources in this version.- Parameters:
resources- The resources in this version. This parameter is required.- Returns:
this- See Also:
-
resources
@Stability(Stable) public CfnResourceDefinitionVersionPropsMixin.Builder resources(List<? extends Object> resources) The resources in this version.- Parameters:
resources- The resources in this version. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceDefinitionVersionPropsMixin>- Returns:
- a newly built instance of
CfnResourceDefinitionVersionPropsMixin.
-