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