public static final class SendDryRunSystemEventRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SendDryRunSystemEventRequest |
build() |
SendDryRunSystemEventRequest.Builder |
eventContent(String eventContent)
The operation that you want to perform.
|
SendDryRunSystemEventRequest.Builder |
eventName(String eventName)
The ID of the application group.
|
SendDryRunSystemEventRequest.Builder |
groupId(String groupId)
The content of the system event.
|
SendDryRunSystemEventRequest.Builder |
product(String product)
The name of the system event.
|
public SendDryRunSystemEventRequest.Builder eventContent(String eventContent)
public SendDryRunSystemEventRequest.Builder eventName(String eventName)
public SendDryRunSystemEventRequest.Builder groupId(String groupId)
> The value of this parameter is a JSON object. We recommend that you include the `product`, `resourceId`, and `regionId` fields in the JSON object.
public SendDryRunSystemEventRequest.Builder product(String product)
> For more information, see [DescribeSystemEventMetaList](~~114972~~).
public SendDryRunSystemEventRequest build()
Copyright © 2023. All rights reserved.