Class InstanceAgentCommandSourceViaTextDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandSourceViaTextDetails.Builder
-
- Enclosing class:
- InstanceAgentCommandSourceViaTextDetails
public static class InstanceAgentCommandSourceViaTextDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
text
public InstanceAgentCommandSourceViaTextDetails.Builder text(String text)
The plain text command.- Parameters:
text
- the value to set- Returns:
- this builder
-
textSha256
public InstanceAgentCommandSourceViaTextDetails.Builder textSha256(String textSha256)
SHA-256 checksum value of the text content.- Parameters:
textSha256
- the value to set- Returns:
- this builder
-
build
public InstanceAgentCommandSourceViaTextDetails build()
-
copy
public InstanceAgentCommandSourceViaTextDetails.Builder copy(InstanceAgentCommandSourceViaTextDetails model)
-
-