public static interface SlotTypeValue.Builder extends SdkPojo, CopyableBuilder<SlotTypeValue.Builder,SlotTypeValue>
| Modifier and Type | Method and Description |
|---|---|
default SlotTypeValue.Builder |
sampleValue(Consumer<SampleValue.Builder> sampleValue)
The value of the slot type entry.
|
SlotTypeValue.Builder |
sampleValue(SampleValue sampleValue)
The value of the slot type entry.
|
SlotTypeValue.Builder |
synonyms(Collection<SampleValue> synonyms)
Additional values related to the slot type entry.
|
SlotTypeValue.Builder |
synonyms(Consumer<SampleValue.Builder>... synonyms)
Additional values related to the slot type entry.
|
SlotTypeValue.Builder |
synonyms(SampleValue... synonyms)
Additional values related to the slot type entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotTypeValue.Builder sampleValue(SampleValue sampleValue)
The value of the slot type entry.
sampleValue - The value of the slot type entry.default SlotTypeValue.Builder sampleValue(Consumer<SampleValue.Builder> sampleValue)
The value of the slot type entry.
This is a convenience method that creates an instance of theSampleValue.Builder avoiding the need to
create one manually via SampleValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sampleValue(SampleValue).sampleValue - a consumer that will call methods on SampleValue.BuildersampleValue(SampleValue)SlotTypeValue.Builder synonyms(Collection<SampleValue> synonyms)
Additional values related to the slot type entry.
synonyms - Additional values related to the slot type entry.SlotTypeValue.Builder synonyms(SampleValue... synonyms)
Additional values related to the slot type entry.
synonyms - Additional values related to the slot type entry.SlotTypeValue.Builder synonyms(Consumer<SampleValue.Builder>... synonyms)
Additional values related to the slot type entry.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #synonyms(List) .synonyms - a consumer that will call methods on List.Builder #synonyms(List) Copyright © 2022. All rights reserved.