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