| Modifier and Type | Method and Description |
|---|---|
Operation |
build()
Creates an
Operation object for this builder. |
Operation.Builder |
first(boolean first)
Sets whether the corresponding entry is the first log entry in the operation.
|
Operation.Builder |
id(String id)
Sets the operation identifier.
|
Operation.Builder |
last(boolean last)
Sets whether the corresponding entry is the last log entry in the operation.
|
Operation.Builder |
producer(String producer)
Sets an arbitrary producer identifier.
|
public Operation.Builder id(String id)
public Operation.Builder producer(String producer)
MyDivision.MyBigCompany.com,
github.com/MyProject/MyApplication.public Operation.Builder first(boolean first)
false is used.public Operation.Builder last(boolean last)
false is used.public Operation build()
Operation object for this builder.Copyright © 2016 Google. All rights reserved.