@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 - `AWS::Synthetics::Group.Name`. This parameter is required.this@Stability(value=Stable) public CfnGroupProps.Builder resourceArns(List<String> resourceArns)
CfnGroupProps.getResourceArns()resourceArns - `AWS::Synthetics::Group.ResourceArns`.this@Stability(value=Stable) public CfnGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnGroupProps.getTags()tags - `AWS::Synthetics::Group.Tags`.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.