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