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