Class CfnGroupingConfiguration.Builder
java.lang.Object
software.amazon.awscdk.services.applicationsignals.CfnGroupingConfiguration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupingConfiguration>
- Enclosing class:
CfnGroupingConfiguration
@Stability(Stable)
public static final class CfnGroupingConfiguration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupingConfiguration>
A fluent builder for
CfnGroupingConfiguration
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
groupingAttributeDefinitions
(List<? extends Object> groupingAttributeDefinitions) An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.groupingAttributeDefinitions
(IResolvable groupingAttributeDefinitions) An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
-
Method Details
-
create
@Stability(Stable) public static CfnGroupingConfiguration.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnGroupingConfiguration.Builder
.
-
groupingAttributeDefinitions
@Stability(Stable) public CfnGroupingConfiguration.Builder groupingAttributeDefinitions(IResolvable groupingAttributeDefinitions) An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.- Parameters:
groupingAttributeDefinitions
- An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys. This parameter is required.- Returns:
this
- See Also:
-
groupingAttributeDefinitions
@Stability(Stable) public CfnGroupingConfiguration.Builder groupingAttributeDefinitions(List<? extends Object> groupingAttributeDefinitions) An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.- Parameters:
groupingAttributeDefinitions
- An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnGroupingConfiguration>
- Returns:
- a newly built instance of
CfnGroupingConfiguration
.
-