Interface ReadTimeoutMillisAccessor.ReadTimeoutMillisBuilder<B extends ReadTimeoutMillisAccessor.ReadTimeoutMillisBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ReadTimeoutMillisAccessor

public static interface ReadTimeoutMillisAccessor.ReadTimeoutMillisBuilder<B extends ReadTimeoutMillisAccessor.ReadTimeoutMillisBuilder<B>>
Provides a builder method for a the property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withReadTimeoutMillis(long aReadTimeoutMillis)
    Sets the number for the the property.
  • Method Details

    • withReadTimeoutMillis

      B withReadTimeoutMillis(long aReadTimeoutMillis)
      Sets the number for the the property.
      Parameters:
      aReadTimeoutMillis - The read timeout in milliseconds to be stored by the read timeout property.
      Returns:
      The builder for applying multiple build operations.