@Stability(value=Stable) public static final class CfnActivityProps.Builder extends Object implements software.amazon.jsii.Builder<CfnActivityProps>
CfnActivityProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnActivityProps |
build()
Builds the configured instance.
|
CfnActivityProps.Builder |
name(String name)
Sets the value of
CfnActivityProps.getName() |
CfnActivityProps.Builder |
tags(List<? extends CfnActivity.TagsEntryProperty> tags)
Sets the value of
CfnActivityProps.getTags() |
@Stability(value=Stable) public CfnActivityProps.Builder name(String name)
CfnActivityProps.getName()name - The name of the activity. This parameter is required.
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 _.
this@Stability(value=Stable) public CfnActivityProps.Builder tags(List<? extends CfnActivity.TagsEntryProperty> tags)
CfnActivityProps.getTags()tags - The list of tags to add to a resource.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @ .this@Stability(value=Stable) public CfnActivityProps build()
build in interface software.amazon.jsii.Builder<CfnActivityProps>CfnActivityPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.