public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
|
Group.Builder |
groupARN(String groupARN)
The Amazon Resource Name (ARN) of the group generated based on the GroupName.
|
Group.Builder |
groupName(String groupName)
The unique case-sensitive name of the group.
|
default Group.Builder |
insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
Group.Builder |
insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroup.Builder groupName(String groupName)
The unique case-sensitive name of the group.
groupName - The unique case-sensitive name of the group.Group.Builder groupARN(String groupARN)
The Amazon Resource Name (ARN) of the group generated based on the GroupName.
groupARN - The Amazon Resource Name (ARN) of the group generated based on the GroupName.Group.Builder filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
filterExpression - The filter expression defining the parameters to include traces.Group.Builder insightsConfiguration(InsightsConfiguration 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.
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.
default Group.Builder insightsConfiguration(Consumer<InsightsConfiguration.Builder> 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.
InsightsConfiguration.Builder avoiding
the need to create one manually via InsightsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to insightsConfiguration(InsightsConfiguration).
insightsConfiguration - a consumer that will call methods on InsightsConfiguration.BuilderinsightsConfiguration(InsightsConfiguration)Copyright © 2023. All rights reserved.