public static class EstimatedPatchingTime.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public EstimatedPatchingTime.Builder totalEstimatedPatchingTime(Integer totalEstimatedPatchingTime)
The estimated total time required in minutes for all patching operations.
totalEstimatedPatchingTime
- the value to setpublic EstimatedPatchingTime.Builder estimatedDbServerPatchingTime(Integer estimatedDbServerPatchingTime)
The estimated time required in minutes for database server patching.
estimatedDbServerPatchingTime
- the value to setpublic EstimatedPatchingTime.Builder estimatedStorageServerPatchingTime(Integer estimatedStorageServerPatchingTime)
The estimated time required in minutes for storage server patching.
estimatedStorageServerPatchingTime
- the value to setpublic EstimatedPatchingTime.Builder estimatedNetworkSwitchesPatchingTime(Integer estimatedNetworkSwitchesPatchingTime)
The estimated time required in minutes for network switch patching.
estimatedNetworkSwitchesPatchingTime
- the value to setpublic EstimatedPatchingTime build()
public EstimatedPatchingTime.Builder copy(EstimatedPatchingTime model)
Copyright © 2016–2024. All rights reserved.