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