clearAmount

Amount to send.  Transaction created will have this amount in its output, 
except when use_max_amount is set, in that case this amount is not relevant, maximum possible amount will be used (max avail less fee).
If amount is equal or more than the available amount, also max amount will be used.
int64 amount = 2;

Return

This builder for chaining.