Class CfnGroupingConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.applicationsignals.mixins.CfnGroupingConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupingConfigurationPropsMixin>
- Enclosing class:
CfnGroupingConfigurationPropsMixin
@Stability(Stable)
public static final class CfnGroupingConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupingConfigurationPropsMixin>
A fluent builder for
CfnGroupingConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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 CfnGroupingConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGroupingConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGroupingConfigurationPropsMixin.Builder.
-
groupingAttributeDefinitions
@Stability(Stable) public CfnGroupingConfigurationPropsMixin.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 CfnGroupingConfigurationPropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupingConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnGroupingConfigurationPropsMixin.
-