ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.Builder.build() |
|
static ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.copyOf(UpdateRowsCanBeAddedCommand instance) |
|
static ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.of(ItemId targetId,
Expression expression,
Iterable<? extends Trigger<ItemState>> triggers) |
Construct a new immutable UpdateRowsCanBeAddedCommand instance.
|
static ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.of(ItemId targetId,
Expression expression,
List<Trigger<ItemState>> triggers) |
Construct a new immutable UpdateRowsCanBeAddedCommand instance.
|
ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.withExpression(Expression value) |
Copy the current immutable object by setting a value for the expression attribute.
|
ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.withTargetId(ItemId value) |
Copy the current immutable object by setting a value for the targetId attribute.
|
ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.withTriggers(Trigger<ItemState>... elements) |
Copy the current immutable object with elements that replace the content of triggers.
|
ImmutableUpdateRowsCanBeAddedCommand |
ImmutableUpdateRowsCanBeAddedCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) |
Copy the current immutable object with elements that replace the content of triggers.
|