Interface IoHeuristicsTimeToLiveMillisAccessor.IoHeuristicsTimeToLiveMillisBuilder<B extends IoHeuristicsTimeToLiveMillisAccessor.IoHeuristicsTimeToLiveMillisBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
TransmissionMetrics.Builder
Enclosing interface:
IoHeuristicsTimeToLiveMillisAccessor

public static interface IoHeuristicsTimeToLiveMillisAccessor.IoHeuristicsTimeToLiveMillisBuilder<B extends IoHeuristicsTimeToLiveMillisAccessor.IoHeuristicsTimeToLiveMillisBuilder<B>>
Provides a builder method for the IO heuristics TTL (time to live) property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIoHeuristicsTimeToLiveMillis(long aIoHeuristicsTimeToLiveMillis)
    Sets the number for the IO heuristics TTL (time to live) property.
  • Method Details

    • withIoHeuristicsTimeToLiveMillis

      B withIoHeuristicsTimeToLiveMillis(long aIoHeuristicsTimeToLiveMillis)
      Sets the number for the IO heuristics TTL (time to live) property.
      Parameters:
      aIoHeuristicsTimeToLiveMillis - The IO heuristics TTL (time to live) in milliseconds to be stored by the IO heuristics TTL (time to live) property.
      Returns:
      The builder for applying multiple build operations.