@Stability(value=Stable) public static final class CfnDetector.OutcomeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetector.OutcomeProperty>
CfnDetector.OutcomeProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder arn(String arn)
CfnDetector.OutcomeProperty.getArn()arn - The outcome ARN.this@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder createdTime(String createdTime)
CfnDetector.OutcomeProperty.getCreatedTime()createdTime - The timestamp when the outcome was created.this@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder description(String description)
CfnDetector.OutcomeProperty.getDescription()description - The outcome description.this@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder inline(Boolean inline)
CfnDetector.OutcomeProperty.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::Detector 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 detector but not execute any changes to the variables.
this@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder inline(IResolvable inline)
CfnDetector.OutcomeProperty.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::Detector 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 detector but not execute any changes to the variables.
this@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder lastUpdatedTime(String lastUpdatedTime)
CfnDetector.OutcomeProperty.getLastUpdatedTime()lastUpdatedTime - The timestamp when the outcome was last updated.this@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder name(String name)
CfnDetector.OutcomeProperty.getName()name - The outcome name.this@Stability(value=Stable) public CfnDetector.OutcomeProperty.Builder tags(List<? extends CfnTag> tags)
CfnDetector.OutcomeProperty.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnDetector.OutcomeProperty build()
build in interface software.amazon.jsii.Builder<CfnDetector.OutcomeProperty>CfnDetector.OutcomePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.