Interface ReadTimeoutInMsAccessor.ReadTimeoutInMsBuilder<B extends ReadTimeoutInMsAccessor.ReadTimeoutInMsBuilder<B>>

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

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

    Modifier and Type Method Description
    B withReadTimeoutInMs​(long aReadTimeoutInMs)
    Sets the number for the the property.
  • Method Details

    • withReadTimeoutInMs

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