Uses of Interface
software.amazon.awssdk.services.xray.model.GroupSummary.Builder
-
Packages that use GroupSummary.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of GroupSummary.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GroupSummary.Builder Modifier and Type Method Description static GroupSummary.BuilderGroupSummary. builder()GroupSummary.BuilderGroupSummary.Builder. filterExpression(String filterExpression)The filter expression defining the parameters to include traces.GroupSummary.BuilderGroupSummary.Builder. groupARN(String groupARN)The ARN of the group generated based on the GroupName.GroupSummary.BuilderGroupSummary.Builder. groupName(String groupName)The unique case-sensitive name of the group.default GroupSummary.BuilderGroupSummary.Builder. insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)The structure containing configurations related to insights.GroupSummary.BuilderGroupSummary.Builder. insightsConfiguration(InsightsConfiguration insightsConfiguration)The structure containing configurations related to insights.GroupSummary.BuilderGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GroupSummary.Builder Modifier and Type Method Description static Class<? extends GroupSummary.Builder>GroupSummary. serializableBuilderClass()
-