Class CfnGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.synthetics.CfnGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupPropsMixin>
- Enclosing class:
CfnGroupPropsMixin
@Stability(Stable)
public static final class CfnGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupPropsMixin>
A fluent builder for
CfnGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnGroupPropsMixin.Buildercreate()static CfnGroupPropsMixin.Buildercreate(CfnPropertyMixinOptions options) A name for the group.resourceArns(List<String> resourceArns) The ARNs of the canaries that you want to associate with this group.The list of key-value pairs that are associated with the group.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGroupPropsMixin.Builder.
-
name
A name for the group. It can include any Unicode characters.The names for all groups in your account, across all Regions, must be unique.
- Parameters:
name- A name for the group. It can include any Unicode characters. This parameter is required.- Returns:
this- See Also:
-
resourceArns
The ARNs of the canaries that you want to associate with this group.- Parameters:
resourceArns- The ARNs of the canaries that you want to associate with this group. This parameter is required.- Returns:
this- See Also:
-
tags
The list of key-value pairs that are associated with the group.- Parameters:
tags- The list of key-value pairs that are associated with the group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupPropsMixin>- Returns:
- a newly built instance of
CfnGroupPropsMixin.
-