| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightsConfiguration.Builder |
InsightsConfiguration.builder() |
InsightsConfiguration.Builder |
InsightsConfiguration.Builder.insightsEnabled(Boolean insightsEnabled)
Set the InsightsEnabled value to true to enable insights or false to disable insights.
|
InsightsConfiguration.Builder |
InsightsConfiguration.Builder.notificationsEnabled(Boolean notificationsEnabled)
Set the NotificationsEnabled value to true to enable insights notifications.
|
InsightsConfiguration.Builder |
InsightsConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InsightsConfiguration.Builder> |
InsightsConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GroupSummary.Builder |
GroupSummary.Builder.insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
default Group.Builder |
Group.Builder.insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
default CreateGroupRequest.Builder |
CreateGroupRequest.Builder.insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
default UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
Copyright © 2023. All rights reserved.