Class CfnList.Builder
java.lang.Object
software.amazon.awscdk.services.frauddetector.CfnList.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnList>
- Enclosing class:
CfnList
@Stability(Stable)
public static final class CfnList.Builder
extends Object
implements software.amazon.jsii.Builder<CfnList>
A fluent builder for
CfnList
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnList.Builder
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
@Stability(Stable) public static CfnList.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnList.Builder
.
-
name
The name of the list.- Parameters:
name
- The name of the list. This parameter is required.- Returns:
this
- See Also:
-
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:
-
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
-