public static class InstanceAgentCommandSourceViaTextDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandSourceViaTextDetails |
build() |
InstanceAgentCommandSourceViaTextDetails.Builder |
copy(InstanceAgentCommandSourceViaTextDetails model) |
InstanceAgentCommandSourceViaTextDetails.Builder |
text(String text)
The plain text command.
|
InstanceAgentCommandSourceViaTextDetails.Builder |
textSha256(String textSha256)
SHA-256 checksum value of the text content.
|
public InstanceAgentCommandSourceViaTextDetails.Builder text(String text)
The plain text command.
text
- the value to setpublic InstanceAgentCommandSourceViaTextDetails.Builder textSha256(String textSha256)
SHA-256 checksum value of the text content.
textSha256
- the value to setpublic InstanceAgentCommandSourceViaTextDetails build()
public InstanceAgentCommandSourceViaTextDetails.Builder copy(InstanceAgentCommandSourceViaTextDetails model)
Copyright © 2016–2024. All rights reserved.