Module org.refcodes.remoting
Package org.refcodes.remoting
Interface InstanceDescriptorAccessor.InstanceDescriptorBuilder<B extends InstanceDescriptorAccessor.InstanceDescriptorBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- InstanceDescriptorAccessor
public static interface InstanceDescriptorAccessor.InstanceDescriptorBuilder<B extends InstanceDescriptorAccessor.InstanceDescriptorBuilder<B>>
Provides a builder method for the according property returning the
builder for applying multiple build operations.
-
Method Summary
Modifier and Type Method Description BwithInstanceDescriptor(InstanceDescriptor aInstanceDescriptor)Sets the value for theInstanceDescriptorproperty.
-
Method Details
-
withInstanceDescriptor
Sets the value for theInstanceDescriptorproperty.- Parameters:
aInstanceDescriptor- The value to be stored by theInstanceDescriptorproperty.- Returns:
- The builder for applying multiple build operations.
-