public static final class CfnDetector.EntityTypeProperty.Builder
extends java.lang.Object
CfnDetector.EntityTypeProperty
Constructor and Description |
---|
Builder() |
public CfnDetector.EntityTypeProperty.Builder arn(java.lang.String arn)
CfnDetector.EntityTypeProperty.getArn()
arn
- The entity type ARN.this
public CfnDetector.EntityTypeProperty.Builder createdTime(java.lang.String createdTime)
CfnDetector.EntityTypeProperty.getCreatedTime()
createdTime
- Timestamp of when the entity type was created.this
public CfnDetector.EntityTypeProperty.Builder description(java.lang.String description)
CfnDetector.EntityTypeProperty.getDescription()
description
- The entity type description.this
public CfnDetector.EntityTypeProperty.Builder inline(java.lang.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
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
public CfnDetector.EntityTypeProperty.Builder lastUpdatedTime(java.lang.String lastUpdatedTime)
CfnDetector.EntityTypeProperty.getLastUpdatedTime()
lastUpdatedTime
- Timestamp of when the entity type was last updated.this
public CfnDetector.EntityTypeProperty.Builder name(java.lang.String name)
CfnDetector.EntityTypeProperty.getName()
name
- The entity type name.this
public CfnDetector.EntityTypeProperty.Builder tags(java.util.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
public CfnDetector.EntityTypeProperty build()
CfnDetector.EntityTypeProperty
java.lang.NullPointerException
- if any required attribute was not provided