Interface TotalResourceUtilization.Builder

    • Method Detail

      • vcpuHour

        TotalResourceUtilization.Builder vcpuHour​(Double vcpuHour)

        The aggregated vCPU used per hour from the time job start executing till the time job is terminated.

        Parameters:
        vcpuHour - The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memoryGBHour

        TotalResourceUtilization.Builder memoryGBHour​(Double memoryGBHour)

        The aggregated memory used per hour from the time job start executing till the time job is terminated.

        Parameters:
        memoryGBHour - The aggregated memory used per hour from the time job start executing till the time job is terminated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageGBHour

        TotalResourceUtilization.Builder storageGBHour​(Double storageGBHour)

        The aggregated storage used per hour from the time job start executing till the time job is terminated.

        Parameters:
        storageGBHour - The aggregated storage used per hour from the time job start executing till the time job is terminated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.