Class CfnGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.xray.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) filterExpression(String filterExpression) The filter expression defining the parameters to include traces.The unique case-sensitive name of the group.insightsConfiguration(CfnGroupPropsMixin.InsightsConfigurationProperty insightsConfiguration) The structure containing configurations related to insights.insightsConfiguration(IResolvable insightsConfiguration) The structure containing configurations related to insights.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGroupPropsMixin.Builder.
-
filterExpression
The filter expression defining the parameters to include traces.- Parameters:
filterExpression- The filter expression defining the parameters to include traces. This parameter is required.- Returns:
this- See Also:
-
groupName
The unique case-sensitive name of the group.- Parameters:
groupName- The unique case-sensitive name of the group. This parameter is required.- Returns:
this- See Also:
-
insightsConfiguration
@Stability(Stable) public CfnGroupPropsMixin.Builder insightsConfiguration(IResolvable insightsConfiguration) The structure containing configurations related to insights.- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- Parameters:
insightsConfiguration- The structure containing configurations related to insights. This parameter is required.- Returns:
this- See Also:
-
insightsConfiguration
@Stability(Stable) public CfnGroupPropsMixin.Builder insightsConfiguration(CfnGroupPropsMixin.InsightsConfigurationProperty insightsConfiguration) The structure containing configurations related to insights.- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- Parameters:
insightsConfiguration- The structure containing configurations related to insights. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupPropsMixin>- Returns:
- a newly built instance of
CfnGroupPropsMixin.
-