Uses of Interface
software.amazon.awssdk.services.xray.model.InsightsConfiguration.Builder
-
Packages that use InsightsConfiguration.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of InsightsConfiguration.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return InsightsConfiguration.Builder Modifier and Type Method Description static InsightsConfiguration.BuilderInsightsConfiguration. builder()InsightsConfiguration.BuilderInsightsConfiguration.Builder. insightsEnabled(Boolean insightsEnabled)Set the InsightsEnabled value to true to enable insights or false to disable insights.InsightsConfiguration.BuilderInsightsConfiguration.Builder. notificationsEnabled(Boolean notificationsEnabled)Set the NotificationsEnabled value to true to enable insights notifications.InsightsConfiguration.BuilderInsightsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type InsightsConfiguration.Builder Modifier and Type Method Description static Class<? extends InsightsConfiguration.Builder>InsightsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type InsightsConfiguration.Builder Modifier and Type Method Description default CreateGroupRequest.BuilderCreateGroupRequest.Builder. insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)The structure containing configurations related to insights.default Group.BuilderGroup.Builder. insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)The structure containing configurations related to insights.default GroupSummary.BuilderGroupSummary.Builder. insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)The structure containing configurations related to insights.default UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)The structure containing configurations related to insights.
-