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