Package com.oracle.bmc.database.model
Class EstimatedPatchingTime.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.EstimatedPatchingTime.Builder
 
- 
- Enclosing class:
- EstimatedPatchingTime
 
 public static class EstimatedPatchingTime.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimatedPatchingTimebuild()EstimatedPatchingTime.Buildercopy(EstimatedPatchingTime model)EstimatedPatchingTime.BuilderestimatedDbServerPatchingTime(Integer estimatedDbServerPatchingTime)The estimated time required in minutes for database server patching.EstimatedPatchingTime.BuilderestimatedNetworkSwitchesPatchingTime(Integer estimatedNetworkSwitchesPatchingTime)The estimated time required in minutes for network switch patching.EstimatedPatchingTime.BuilderestimatedStorageServerPatchingTime(Integer estimatedStorageServerPatchingTime)The estimated time required in minutes for storage server patching.EstimatedPatchingTime.BuildertotalEstimatedPatchingTime(Integer totalEstimatedPatchingTime)The estimated total time required in minutes for all patching operations.
 
- 
- 
- 
Method Detail- 
totalEstimatedPatchingTimepublic EstimatedPatchingTime.Builder totalEstimatedPatchingTime(Integer totalEstimatedPatchingTime) The estimated total time required in minutes for all patching operations.- Parameters:
- totalEstimatedPatchingTime- the value to set
- Returns:
- this builder
 
 - 
estimatedDbServerPatchingTimepublic EstimatedPatchingTime.Builder estimatedDbServerPatchingTime(Integer estimatedDbServerPatchingTime) The estimated time required in minutes for database server patching.- Parameters:
- estimatedDbServerPatchingTime- the value to set
- Returns:
- this builder
 
 - 
estimatedStorageServerPatchingTimepublic EstimatedPatchingTime.Builder estimatedStorageServerPatchingTime(Integer estimatedStorageServerPatchingTime) The estimated time required in minutes for storage server patching.- Parameters:
- estimatedStorageServerPatchingTime- the value to set
- Returns:
- this builder
 
 - 
estimatedNetworkSwitchesPatchingTimepublic EstimatedPatchingTime.Builder estimatedNetworkSwitchesPatchingTime(Integer estimatedNetworkSwitchesPatchingTime) The estimated time required in minutes for network switch patching.- Parameters:
- estimatedNetworkSwitchesPatchingTime- the value to set
- Returns:
- this builder
 
 - 
buildpublic EstimatedPatchingTime build() 
 - 
copypublic EstimatedPatchingTime.Builder copy(EstimatedPatchingTime model) 
 
- 
 
-