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