@Stability(value=Stable) public static final class CfnEventType.EventVariableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEventType.EventVariableProperty>
CfnEventType.EventVariableProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder arn(String arn)
CfnEventType.EventVariableProperty.getArn()arn - The event variable ARN.this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder createdTime(String createdTime)
CfnEventType.EventVariableProperty.getCreatedTime()createdTime - Timestamp for when event variable was created.this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder dataSource(String dataSource)
CfnEventType.EventVariableProperty.getDataSource()dataSource - The source of the event variable.
Valid values: EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.
this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder dataType(String dataType)
CfnEventType.EventVariableProperty.getDataType()dataType - The data type of the event variable.this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder defaultValue(String defaultValue)
CfnEventType.EventVariableProperty.getDefaultValue()defaultValue - The default value of the event variable.this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder description(String description)
CfnEventType.EventVariableProperty.getDescription()description - The event variable description.this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder inline(Boolean inline)
CfnEventType.EventVariableProperty.getInline()inline - Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.
If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.
For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.
this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder inline(IResolvable inline)
CfnEventType.EventVariableProperty.getInline()inline - Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.
If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.
For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your event type but not execute any changes to the variables.
this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder lastUpdatedTime(String lastUpdatedTime)
CfnEventType.EventVariableProperty.getLastUpdatedTime()lastUpdatedTime - Timestamp for when the event variable was last updated.this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder name(String name)
CfnEventType.EventVariableProperty.getName()name - The name of the event variable.this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder tags(List<? extends CfnTag> tags)
CfnEventType.EventVariableProperty.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnEventType.EventVariableProperty.Builder variableType(String variableType)
CfnEventType.EventVariableProperty.getVariableType()variableType - The type of event variable.
For more information, see Variable types .this@Stability(value=Stable) public CfnEventType.EventVariableProperty build()
build in interface software.amazon.jsii.Builder<CfnEventType.EventVariableProperty>CfnEventType.EventVariablePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.