Class CfnGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.synthetics.CfnGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupMixinProps>
- Enclosing interface:
CfnGroupMixinProps
@Stability(Stable)
public static final class CfnGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupMixinProps>
A builder for
CfnGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnGroupMixinProps.getName()resourceArns(List<String> resourceArns) Sets the value ofCfnGroupMixinProps.getResourceArns()Sets the value ofCfnGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnGroupMixinProps.getName()- Parameters:
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.- Returns:
this
-
resourceArns
Sets the value ofCfnGroupMixinProps.getResourceArns()- Parameters:
resourceArns- The ARNs of the canaries that you want to associate with this group.- Returns:
this
-
tags
Sets the value ofCfnGroupMixinProps.getTags()- Parameters:
tags- The list of key-value pairs that are associated with the group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupMixinProps>- Returns:
- a new instance of
CfnGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-