Uses of Interface
software.amazon.awssdk.services.detective.model.RelatedFindingGroupDetail.Builder
-
Packages that use RelatedFindingGroupDetail.Builder Package Description software.amazon.awssdk.services.detective.model -
-
Uses of RelatedFindingGroupDetail.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return RelatedFindingGroupDetail.Builder Modifier and Type Method Description static RelatedFindingGroupDetail.BuilderRelatedFindingGroupDetail. builder()RelatedFindingGroupDetail.BuilderRelatedFindingGroupDetail.Builder. id(String id)The unique identifier for the finding group.RelatedFindingGroupDetail.BuilderRelatedFindingGroupDetail. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type RelatedFindingGroupDetail.Builder Modifier and Type Method Description static Class<? extends RelatedFindingGroupDetail.Builder>RelatedFindingGroupDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.detective.model with type arguments of type RelatedFindingGroupDetail.Builder Modifier and Type Method Description default IndicatorDetail.BuilderIndicatorDetail.Builder. relatedFindingGroupDetail(Consumer<RelatedFindingGroupDetail.Builder> relatedFindingGroupDetail)Contains details about related finding groups.
-