@Stability(value=Stable) public static final class CfnActivity.Builder extends Object implements software.amazon.jsii.Builder<CfnActivity>
CfnActivity.| Modifier and Type | Method and Description |
|---|---|
CfnActivity |
build() |
static CfnActivity.Builder |
create(software.constructs.Construct scope,
String id) |
CfnActivity.Builder |
name(String name)
The name of the activity.
|
CfnActivity.Builder |
tags(List<? extends CfnActivity.TagsEntryProperty> tags)
The list of tags to add to a resource.
|
@Stability(value=Stable) public static CfnActivity.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnActivity.TagsEntryProperty.Builder.@Stability(value=Stable) public CfnActivity.Builder name(String name)
A name must not contain:
< > { } [ ]? *" # % \ ^ | ~ $ & , ; : /`U+0000-001F , U+007F-009F )To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
name - The name of the activity. This parameter is required.this@Stability(value=Stable) public CfnActivity.Builder tags(List<? extends CfnActivity.TagsEntryProperty> tags)
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @ .
tags - The list of tags to add to a resource. This parameter is required.this@Stability(value=Stable) public CfnActivity build()
build in interface software.amazon.jsii.Builder<CfnActivity>Copyright © 2022. All rights reserved.