Class CfnLensPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wellarchitected.CfnLensPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLensPropsMixin>
- Enclosing class:
CfnLensPropsMixin
@Stability(Stable)
public static final class CfnLensPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLensPropsMixin>
A fluent builder for
CfnLensPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnLensPropsMixin.Buildercreate()static CfnLensPropsMixin.Buildercreate(CfnPropertyMixinOptions options) jsonString(String jsonString) The JSON representation of a lens.lensVersion(String lensVersion) The version of the lens.tags(List<? extends CfnLensPropsMixin.TagsItemsProperty> tags) The tags assigned to the lens.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLensPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLensPropsMixin.Builder.
-
jsonString
The JSON representation of a lens.- Parameters:
jsonString- The JSON representation of a lens. This parameter is required.- Returns:
this- See Also:
-
lensVersion
The version of the lens.- Parameters:
lensVersion- The version of the lens. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnLensPropsMixin.Builder tags(List<? extends CfnLensPropsMixin.TagsItemsProperty> tags) The tags assigned to the lens.- Parameters:
tags- The tags assigned to the lens. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLensPropsMixin>- Returns:
- a newly built instance of
CfnLensPropsMixin.
-