public static interface Slot.Builder extends SdkPojo, CopyableBuilder<Slot.Builder,Slot>
| Modifier and Type | Method and Description |
|---|---|
default Slot.Builder |
value(Consumer<Value.Builder> value)
The current value of the slot.
|
Slot.Builder |
value(Value value)
The current value of the slot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlot.Builder value(Value value)
The current value of the slot.
value - The current value of the slot.default Slot.Builder value(Consumer<Value.Builder> value)
The current value of the slot.
This is a convenience that creates an instance of theValue.Builder avoiding the need to create one
manually via Value.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to value(Value).value - a consumer that will call methods on Value.Buildervalue(Value)Copyright © 2021. All rights reserved.