Package com.oracle.bmc.blockchain.model
Class BlockchainPlatformPatchSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.blockchain.model.BlockchainPlatformPatchSummary.Builder
 
- 
- Enclosing class:
- BlockchainPlatformPatchSummary
 
 public static class BlockchainPlatformPatchSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainPlatformPatchSummarybuild()BlockchainPlatformPatchSummary.Buildercopy(BlockchainPlatformPatchSummary model)BlockchainPlatformPatchSummary.Builderid(String id)patch idBlockchainPlatformPatchSummary.BuilderpatchInfoUrl(String patchInfoUrl)A URL for the patch specific documentationBlockchainPlatformPatchSummary.BuilderserviceVersion(String serviceVersion)patch service versionBlockchainPlatformPatchSummary.BuildertimePatchDue(Date timePatchDue)patch due date for customer initiated patching
 
- 
- 
- 
Method Detail- 
idpublic BlockchainPlatformPatchSummary.Builder id(String id) patch id- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
serviceVersionpublic BlockchainPlatformPatchSummary.Builder serviceVersion(String serviceVersion) patch service version- Parameters:
- serviceVersion- the value to set
- Returns:
- this builder
 
 - 
patchInfoUrlpublic BlockchainPlatformPatchSummary.Builder patchInfoUrl(String patchInfoUrl) A URL for the patch specific documentation- Parameters:
- patchInfoUrl- the value to set
- Returns:
- this builder
 
 - 
timePatchDuepublic BlockchainPlatformPatchSummary.Builder timePatchDue(Date timePatchDue) patch due date for customer initiated patching- Parameters:
- timePatchDue- the value to set
- Returns:
- this builder
 
 - 
buildpublic BlockchainPlatformPatchSummary build() 
 - 
copypublic BlockchainPlatformPatchSummary.Builder copy(BlockchainPlatformPatchSummary model) 
 
- 
 
-