Class CfnListPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnListPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnListPropsMixin>
- Enclosing class:
CfnListPropsMixin
@Stability(Stable)
public static final class CfnListPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnListPropsMixin>
A fluent builder for
CfnListPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnListPropsMixin.Buildercreate()static CfnListPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the list.The elements in the list.The name of the list.An array of key-value pairs to apply to this resource.variableType(String variableType) The variable type of the list.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnListPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnListPropsMixin.Builder.
-
description
The description of the list.- Parameters:
description- The description of the list. This parameter is required.- Returns:
this- See Also:
-
elements
The elements in the list.- Parameters:
elements- The elements in the list. This parameter is required.- Returns:
this- See Also:
-
name
The name of the list.- Parameters:
name- The name of the list. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
variableType
The variable type of the list.For more information, see Variable types
- Parameters:
variableType- The variable type of the list. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnListPropsMixin>- Returns:
- a newly built instance of
CfnListPropsMixin.
-