public static final class GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder extends Object
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder dstAsset(GetAttackPathEventDetailResponseBody.DstAsset dstAsset)
Destination asset.
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder firstTime(Long firstTime)
Timestamp of the first occurrence, in milliseconds.
example:1735956726000
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder lastTime(Long lastTime)
Timestamp of the latest discovery, in milliseconds.
example:1741832168000
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder pathDetailDesc(String pathDetailDesc)
Detailed description of the path.
example:The system detects that the role that trusts another Alibaba Cloud account has administrator permissions. This can cause the system to be fully controlled. We recommend that you delete the trust relationship and review the permissions of the role.
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder pathEventEdgeList(List<GetAttackPathEventDetailResponseBody.PathEventEdgeList> pathEventEdgeList)
List of path event edges.
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder pathEventNodeList(List<GetAttackPathEventDetailResponseBody.PathEventNodeList> pathEventNodeList)
List of path nodes.
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder pathName(String pathName)
Name of the path.
example:ecs_get_credential_by_create_login_profile
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder pathNameDesc(String pathNameDesc)
Description of the path name.
example:ECS Instance Can Obtain Long-term Access Credential by Enabling Console Logon for RAM User
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder pathType(String pathType)
Type of the path.
example:role_escalation
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder pathTypeDesc(String pathTypeDesc)
Description of the path type.
example:Privilege Escalation by Role
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder riskLevel(String riskLevel)
Risk level.
example:suspicious
public GetAttackPathEventDetailResponseBody.AttackPathEvent.Builder srcAsset(GetAttackPathEventDetailResponseBody.SrcAsset srcAsset)
Source asset.
public GetAttackPathEventDetailResponseBody.AttackPathEvent build()
Copyright © 2026. All rights reserved.