public static final class UpdateHoneypotRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateHoneypotRequest |
build() |
UpdateHoneypotRequest.Builder |
honeypotId(String honeypotId)
The ID of the honeypot.
|
UpdateHoneypotRequest.Builder |
honeypotName(String honeypotName)
The custom name of the honeypot.
|
UpdateHoneypotRequest.Builder |
lang(String lang)
Lang.
|
UpdateHoneypotRequest.Builder |
meta(String meta)
The custom configuration of the honeypot.
|
public UpdateHoneypotRequest.Builder honeypotId(String honeypotId)
> You can call the [ListHoneypot](~~ListHoneypot~~) operation to query the IDs of honeypots.
public UpdateHoneypotRequest.Builder honeypotName(String honeypotName)
public UpdateHoneypotRequest.Builder lang(String lang)
public UpdateHoneypotRequest.Builder meta(String meta)
> You can call the [ListAvailableHoneypot](~~ListAvailableHoneypot~~) operation to query the configurations of honeypots from the **Template** response parameter.
public UpdateHoneypotRequest build()
Copyright © 2023. All rights reserved.