public static final class GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAttackPathEventDetailResponseBody.PathEventEdgeList |
build() |
GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder |
edgeId(Long edgeId)
Edge ID.
|
GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder |
edgeType(String edgeType)
Edge type.
|
GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder |
elementType(String elementType)
Edge element type.
|
GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder |
endNodeUuid(String endNodeUuid)
UUID of the end node of the edge.
|
GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder |
repairSuggestionDisplay(String repairSuggestionDisplay)
Description of the repair suggestion.
|
GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder |
startNodeUuid(String startNodeUuid)
UUID of the start node of the edge.
|
public GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder edgeId(Long edgeId)
Edge ID.
example:123
public GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder edgeType(String edgeType)
Edge type.
example:role_trust_user
public GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder elementType(String elementType)
Edge element type.
example:branch
public GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder endNodeUuid(String endNodeUuid)
UUID of the end node of the edge.
example:52d59cca9d1768bab5fe081317637990
public GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder repairSuggestionDisplay(String repairSuggestionDisplay)
Description of the repair suggestion.
example:The RAM role is granted the administrator permissions and trusts the user of another Alibaba Cloud account. In this case, the current Alibaba Cloud account may be fully controlled by the trusted Alibaba Cloud account. We recommend that you delete the trust relationship. If you need to trust another Alibaba Cloud account, we recommend that you split your business requirements and follow the principle of least privilege to grant permissions across accounts in a fine-grained manner. You can also use RAM.\n\nIf you confirm that the role does not need to trust an Alibaba Cloud account, perform the following operations: In the RAM console, click the required RAM role. On the page that appears, view the trust policy of the role. Then, edit the Service field to delete the trust relationship. If you confirm that permissions can be reduced, perform the following operations: In the RAM console, click the required RAM role. On the page that appears, view the permissions of the role. Then, find the policy that defines the administrator permissions and revoke the policy. Attach another policy to the role based on your business requirements.
public GetAttackPathEventDetailResponseBody.PathEventEdgeList.Builder startNodeUuid(String startNodeUuid)
UUID of the start node of the edge.
example:b7e1bd42c4ca47f69020f4a27b47d2b4
public GetAttackPathEventDetailResponseBody.PathEventEdgeList build()
Copyright © 2026. All rights reserved.