Class InstanceAgentCommandSourceViaTextDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandSourceViaTextDetails.Builder
 
- 
- Enclosing class:
- InstanceAgentCommandSourceViaTextDetails
 
 public static class InstanceAgentCommandSourceViaTextDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceAgentCommandSourceViaTextDetailsbuild()InstanceAgentCommandSourceViaTextDetails.Buildercopy(InstanceAgentCommandSourceViaTextDetails model)InstanceAgentCommandSourceViaTextDetails.Buildertext(String text)The plain text command.InstanceAgentCommandSourceViaTextDetails.BuildertextSha256(String textSha256)SHA-256 checksum value of the text content.
 
- 
- 
- 
Method Detail- 
textpublic InstanceAgentCommandSourceViaTextDetails.Builder text(String text) The plain text command.- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
textSha256public InstanceAgentCommandSourceViaTextDetails.Builder textSha256(String textSha256) SHA-256 checksum value of the text content.- Parameters:
- textSha256- the value to set
- Returns:
- this builder
 
 - 
buildpublic InstanceAgentCommandSourceViaTextDetails build() 
 - 
copypublic InstanceAgentCommandSourceViaTextDetails.Builder copy(InstanceAgentCommandSourceViaTextDetails model) 
 
- 
 
-