Uses of Class
software.amazon.awscdk.services.frauddetector.CfnVariableProps.Builder
Package
Description
AWS::FraudDetector Construct Library
-
Uses of CfnVariableProps.Builder in software.amazon.awscdk.services.frauddetector
Modifier and TypeMethodDescriptionstatic CfnVariableProps.Builder
CfnVariableProps.builder()
CfnVariableProps.Builder.dataSource
(String dataSource) Sets the value ofCfnVariableProps.getDataSource()
Sets the value ofCfnVariableProps.getDataType()
CfnVariableProps.Builder.defaultValue
(String defaultValue) Sets the value ofCfnVariableProps.getDefaultValue()
CfnVariableProps.Builder.description
(String description) Sets the value ofCfnVariableProps.getDescription()
Sets the value ofCfnVariableProps.getName()
Sets the value ofCfnVariableProps.getTags()
CfnVariableProps.Builder.variableType
(String variableType) Sets the value ofCfnVariableProps.getVariableType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnVariableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVariableProps.Builder
.