Interface TimeoutMillisAccessor.TimeoutMillisBuilder<B extends TimeoutMillisAccessor.TimeoutMillisBuilder<B>>

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

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

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

    • withTimeoutMillis

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