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