| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static GroupSummary.Builder |
GroupSummary.builder() |
GroupSummary.Builder |
GroupSummary.Builder.filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
|
GroupSummary.Builder |
GroupSummary.Builder.groupARN(String groupARN)
The ARN of the group generated based on the GroupName.
|
GroupSummary.Builder |
GroupSummary.Builder.groupName(String groupName)
The unique case-sensitive name of the group.
|
default GroupSummary.Builder |
GroupSummary.Builder.insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
GroupSummary.Builder |
GroupSummary.Builder.insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
GroupSummary.Builder |
GroupSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GroupSummary.Builder> |
GroupSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.