Interface BlockSizeAccessor.BlockSizeBuilder<B extends BlockSizeAccessor.BlockSizeBuilder<B>>

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

public static interface BlockSizeAccessor.BlockSizeBuilder<B extends BlockSizeAccessor.BlockSizeBuilder<B>>
Provides a builder method for a block size property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withBlockSize​(int aBlockSize)
    Sets the block size for the block size property.
  • Method Details

    • withBlockSize

      B withBlockSize​(int aBlockSize)
      Sets the block size for the block size property.
      Parameters:
      aBlockSize - The block size to be stored by the block size property.
      Returns:
      The builder for applying multiple build operations.