public static final class CreateHoneypotResponseBody.Data.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateHoneypotResponseBody.Data |
build() |
CreateHoneypotResponseBody.Data.Builder |
controlNodeName(String controlNodeName)
The name of the management node to which the honeypot is deployed.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotId(String honeypotId)
The ID of the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotImageDisplayName(String honeypotImageDisplayName)
The display name of the image that is used for the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotImageName(String honeypotImageName)
The name of the image that is used for the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
honeypotName(String honeypotName)
The custom name of the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
nodeId(String nodeId)
The ID of the management node.
|
CreateHoneypotResponseBody.Data.Builder |
presetId(String presetId)
The ID of the custom configuration for the honeypot.
|
CreateHoneypotResponseBody.Data.Builder |
state(List<String> state)
The status of the honeypot.
|
public CreateHoneypotResponseBody.Data.Builder controlNodeName(String controlNodeName)
public CreateHoneypotResponseBody.Data.Builder honeypotId(String honeypotId)
public CreateHoneypotResponseBody.Data.Builder honeypotImageDisplayName(String honeypotImageDisplayName)
public CreateHoneypotResponseBody.Data.Builder honeypotImageName(String honeypotImageName)
public CreateHoneypotResponseBody.Data.Builder honeypotName(String honeypotName)
public CreateHoneypotResponseBody.Data.Builder nodeId(String nodeId)
public CreateHoneypotResponseBody.Data.Builder presetId(String presetId)
public CreateHoneypotResponseBody.Data.Builder state(List<String> state)
public CreateHoneypotResponseBody.Data build()
Copyright © 2023. All rights reserved.