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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimatedPatchingTime
build()
EstimatedPatchingTime.Builder
copy(EstimatedPatchingTime model)
EstimatedPatchingTime.Builder
estimatedDbServerPatchingTime(Integer estimatedDbServerPatchingTime)
The estimated time required in minutes for database server patching.EstimatedPatchingTime.Builder
estimatedNetworkSwitchesPatchingTime(Integer estimatedNetworkSwitchesPatchingTime)
The estimated time required in minutes for network switch patching.EstimatedPatchingTime.Builder
estimatedStorageServerPatchingTime(Integer estimatedStorageServerPatchingTime)
The estimated time required in minutes for storage server patching.EstimatedPatchingTime.Builder
totalEstimatedPatchingTime(Integer totalEstimatedPatchingTime)
The estimated total time required in minutes for all patching operations.
-
-
-
Method Detail
-
totalEstimatedPatchingTime
public 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
-
estimatedDbServerPatchingTime
public EstimatedPatchingTime.Builder estimatedDbServerPatchingTime(Integer estimatedDbServerPatchingTime)
The estimated time required in minutes for database server patching.- Parameters:
estimatedDbServerPatchingTime
- the value to set- Returns:
- this builder
-
estimatedStorageServerPatchingTime
public EstimatedPatchingTime.Builder estimatedStorageServerPatchingTime(Integer estimatedStorageServerPatchingTime)
The estimated time required in minutes for storage server patching.- Parameters:
estimatedStorageServerPatchingTime
- the value to set- Returns:
- this builder
-
estimatedNetworkSwitchesPatchingTime
public EstimatedPatchingTime.Builder estimatedNetworkSwitchesPatchingTime(Integer estimatedNetworkSwitchesPatchingTime)
The estimated time required in minutes for network switch patching.- Parameters:
estimatedNetworkSwitchesPatchingTime
- the value to set- Returns:
- this builder
-
build
public EstimatedPatchingTime build()
-
copy
public EstimatedPatchingTime.Builder copy(EstimatedPatchingTime model)
-
-