Class EstimatedPatchingTime.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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