@Stability(value=Stable) public static final class CfnGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGroupProps>
CfnGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGroupProps |
build()
Builds the configured instance.
|
CfnGroupProps.Builder |
filterExpression(String filterExpression)
Sets the value of
CfnGroupProps.getFilterExpression() |
CfnGroupProps.Builder |
groupName(String groupName)
Sets the value of
CfnGroupProps.getGroupName() |
CfnGroupProps.Builder |
insightsConfiguration(CfnGroup.InsightsConfigurationProperty insightsConfiguration)
Sets the value of
CfnGroupProps.getInsightsConfiguration() |
CfnGroupProps.Builder |
insightsConfiguration(IResolvable insightsConfiguration)
Sets the value of
CfnGroupProps.getInsightsConfiguration() |
CfnGroupProps.Builder |
tags(List<? extends Object> tags)
Sets the value of
CfnGroupProps.getTags() |
@Stability(value=Stable) public CfnGroupProps.Builder filterExpression(String filterExpression)
CfnGroupProps.getFilterExpression()filterExpression - The filter expression defining the parameters to include traces.this@Stability(value=Stable) public CfnGroupProps.Builder groupName(String groupName)
CfnGroupProps.getGroupName()groupName - The unique case-sensitive name of the group.this@Stability(value=Stable) public CfnGroupProps.Builder insightsConfiguration(CfnGroup.InsightsConfigurationProperty insightsConfiguration)
CfnGroupProps.getInsightsConfiguration()insightsConfiguration - The structure containing configurations related to insights.
this@Stability(value=Stable) public CfnGroupProps.Builder insightsConfiguration(IResolvable insightsConfiguration)
CfnGroupProps.getInsightsConfiguration()insightsConfiguration - The structure containing configurations related to insights.
this@Stability(value=Stable) public CfnGroupProps.Builder tags(List<? extends Object> tags)
CfnGroupProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnGroupProps build()
build in interface software.amazon.jsii.Builder<CfnGroupProps>CfnGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.