ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ItemState>> elements) |
|
ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.Builder.addTriggers(Trigger<ItemState> element) |
|
ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.Builder.addTriggers(Trigger<ItemState>... elements) |
|
static ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.builder() |
|
ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.Builder.expression(Expression expression) |
Initializes the value for the expression attribute.
|
ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.Builder.from(UpdateRowsCanBeAddedCommand instance) |
Fill a builder with attribute values from the provided UpdateRowsCanBeAddedCommand instance.
|
ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.Builder.targetId(ItemId targetId) |
Initializes the value for the targetId attribute.
|
ImmutableUpdateRowsCanBeAddedCommand.Builder |
ImmutableUpdateRowsCanBeAddedCommand.Builder.triggers(Iterable<? extends Trigger<ItemState>> elements) |
Sets or replaces all elements for triggers list.
|