Interface InstanceIdAccessor.InstanceIdBuilder<B extends InstanceIdAccessor.InstanceIdBuilder<B>>

Enclosing interface:
InstanceIdAccessor

public static interface InstanceIdAccessor.InstanceIdBuilder<B extends InstanceIdAccessor.InstanceIdBuilder<B>>
Provides a builder for a instance TID property.
  • Method Summary

    Modifier and Type Method Description
    B withInstanceId​(String aInstanceId)
    Sets the instance TID for the instance TID property.
  • Method Details

    • withInstanceId

      B withInstanceId​(String aInstanceId)
      Sets the instance TID for the instance TID property.
      Parameters:
      aInstanceId - The instance TID to be stored by the instance TID property.
      Returns:
      The builder as of the builder pattern.