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