@Stability(value=Stable) public static final class CfnVariableProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVariableProps>
CfnVariableProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVariableProps |
build()
Builds the configured instance.
|
CfnVariableProps.Builder |
dataSource(String dataSource)
Sets the value of
CfnVariableProps.getDataSource() |
CfnVariableProps.Builder |
dataType(String dataType)
Sets the value of
CfnVariableProps.getDataType() |
CfnVariableProps.Builder |
defaultValue(String defaultValue)
Sets the value of
CfnVariableProps.getDefaultValue() |
CfnVariableProps.Builder |
description(String description)
Sets the value of
CfnVariableProps.getDescription() |
CfnVariableProps.Builder |
name(String name)
Sets the value of
CfnVariableProps.getName() |
CfnVariableProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVariableProps.getTags() |
CfnVariableProps.Builder |
variableType(String variableType)
Sets the value of
CfnVariableProps.getVariableType() |
@Stability(value=Stable) public CfnVariableProps.Builder dataSource(String dataSource)
CfnVariableProps.getDataSource()dataSource - `AWS::FraudDetector::Variable.DataSource`. This parameter is required.this@Stability(value=Stable) public CfnVariableProps.Builder dataType(String dataType)
CfnVariableProps.getDataType()dataType - `AWS::FraudDetector::Variable.DataType`. This parameter is required.this@Stability(value=Stable) public CfnVariableProps.Builder defaultValue(String defaultValue)
CfnVariableProps.getDefaultValue()defaultValue - `AWS::FraudDetector::Variable.DefaultValue`. This parameter is required.this@Stability(value=Stable) public CfnVariableProps.Builder name(String name)
CfnVariableProps.getName()name - `AWS::FraudDetector::Variable.Name`. This parameter is required.this@Stability(value=Stable) public CfnVariableProps.Builder description(String description)
CfnVariableProps.getDescription()description - `AWS::FraudDetector::Variable.Description`.this@Stability(value=Stable) public CfnVariableProps.Builder tags(List<? extends CfnTag> tags)
CfnVariableProps.getTags()tags - `AWS::FraudDetector::Variable.Tags`.this@Stability(value=Stable) public CfnVariableProps.Builder variableType(String variableType)
CfnVariableProps.getVariableType()variableType - `AWS::FraudDetector::Variable.VariableType`.this@Stability(value=Stable) public CfnVariableProps build()
build in interface software.amazon.jsii.Builder<CfnVariableProps>CfnVariablePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.