public static final class CreateSuspEventNoteRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSuspEventNoteRequest |
build() |
CreateSuspEventNoteRequest.Builder |
eventId(Long eventId)
The ID of the alert event to which you want to add remarks.
|
CreateSuspEventNoteRequest.Builder |
note(String note)
The remarks that you want to add.
|
public CreateSuspEventNoteRequest.Builder eventId(Long eventId)
The ID of the alert event to which you want to add remarks. You can call the DescribeSuspEvents operation to query the IDs of alert events.
This parameter is required.
example:668931
public CreateSuspEventNoteRequest.Builder note(String note)
The remarks that you want to add.
This parameter is required.
example:Ignore
public CreateSuspEventNoteRequest build()
Copyright © 2026. All rights reserved.