Class CfnComponentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnComponentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComponentPropsMixin>
- Enclosing class:
CfnComponentPropsMixin
@Stability(Stable)
public static final class CfnComponentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComponentPropsMixin>
A fluent builder for
CfnComponentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()componentName(String componentName) The name of the component.create()create(CfnPropertyMixinOptions options) tags(List<? extends CfnComponentPropsMixin.TagsItemsProperty> tags) Tags associated with the component.
-
Method Details
-
create
@Stability(Stable) public static CfnComponentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnComponentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnComponentPropsMixin.Builder.
-
componentName
The name of the component.- Parameters:
componentName- The name of the component. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnComponentPropsMixin.Builder tags(List<? extends CfnComponentPropsMixin.TagsItemsProperty> tags) Tags associated with the component.- Parameters:
tags- Tags associated with the component. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComponentPropsMixin>- Returns:
- a newly built instance of
CfnComponentPropsMixin.
-