public static interface GroupSummary.Builder extends SdkPojo, CopyableBuilder<GroupSummary.Builder,GroupSummary>
| Modifier and Type | Method and Description |
|---|---|
GroupSummary.Builder |
filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
|
GroupSummary.Builder |
groupARN(String groupARN)
The ARN of the group generated based on the GroupName.
|
GroupSummary.Builder |
groupName(String groupName)
The unique case-sensitive name of the group.
|
default GroupSummary.Builder |
insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
GroupSummary.Builder |
insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupSummary.Builder groupName(String groupName)
The unique case-sensitive name of the group.
groupName - The unique case-sensitive name of the group.GroupSummary.Builder groupARN(String groupARN)
The ARN of the group generated based on the GroupName.
groupARN - The ARN of the group generated based on the GroupName.GroupSummary.Builder filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
filterExpression - The filter expression defining the parameters to include traces.GroupSummary.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. Notifications can only be enabled on a group with InsightsEnabled set to true.
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. Notifications can only be enabled on a group with InsightsEnabled set to true.
default GroupSummary.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. Notifications can only be enabled on a group with InsightsEnabled set to true.
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.