@Stability(value=Stable) public static final class CfnGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGroupProps>
CfnGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGroupProps |
build()
Builds the configured instance.
|
CfnGroupProps.Builder |
name(String name)
Sets the value of
CfnGroupProps.getName() |
CfnGroupProps.Builder |
resourceArns(List<String> resourceArns)
Sets the value of
CfnGroupProps.getResourceArns() |
CfnGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnGroupProps.getTags() |
@Stability(value=Stable) public CfnGroupProps.Builder name(String name)
CfnGroupProps.getName()name - A name for the group. It can include any Unicode characters. This parameter is required.
The names for all groups in your account, across all Regions, must be unique.this@Stability(value=Stable) public CfnGroupProps.Builder resourceArns(List<String> resourceArns)
CfnGroupProps.getResourceArns()resourceArns - The ARNs of the canaries that you want to associate with this group.this@Stability(value=Stable) public CfnGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnGroupProps.getTags()tags - The list of key-value pairs that are associated with the group.this@Stability(value=Stable) public CfnGroupProps build()
build in interface software.amazon.jsii.Builder<CfnGroupProps>CfnGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.