public static interface InterpolatedAssetPropertyValue.Builder extends SdkPojo, CopyableBuilder<InterpolatedAssetPropertyValue.Builder,InterpolatedAssetPropertyValue>
| Modifier and Type | Method and Description |
|---|---|
default InterpolatedAssetPropertyValue.Builder |
timestamp(Consumer<TimeInNanos.Builder> timestamp)
Sets the value of the Timestamp property for this object.
|
InterpolatedAssetPropertyValue.Builder |
timestamp(TimeInNanos timestamp)
Sets the value of the Timestamp property for this object.
|
default InterpolatedAssetPropertyValue.Builder |
value(Consumer<Variant.Builder> value)
Sets the value of the Value property for this object.
|
InterpolatedAssetPropertyValue.Builder |
value(Variant value)
Sets the value of the Value property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInterpolatedAssetPropertyValue.Builder timestamp(TimeInNanos timestamp)
timestamp - The new value for the Timestamp property for this object.default InterpolatedAssetPropertyValue.Builder timestamp(Consumer<TimeInNanos.Builder> timestamp)
TimeInNanos.Builder avoiding the need to
create one manually via TimeInNanos.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to timestamp(TimeInNanos).
timestamp - a consumer that will call methods on TimeInNanos.Buildertimestamp(TimeInNanos)InterpolatedAssetPropertyValue.Builder value(Variant value)
value - The new value for the Value property for this object.default InterpolatedAssetPropertyValue.Builder value(Consumer<Variant.Builder> value)
Variant.Builder avoiding the need to
create one manually via Variant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to value(Variant).
value - a consumer that will call methods on Variant.Buildervalue(Variant)Copyright © 2023. All rights reserved.