public static interface CompositeSlotTypeSetting.Builder extends SdkPojo, CopyableBuilder<CompositeSlotTypeSetting.Builder,CompositeSlotTypeSetting>
| Modifier and Type | Method and Description |
|---|---|
CompositeSlotTypeSetting.Builder |
subSlots(Collection<SubSlotTypeComposition> subSlots)
Subslots in the composite slot.
|
CompositeSlotTypeSetting.Builder |
subSlots(Consumer<SubSlotTypeComposition.Builder>... subSlots)
Subslots in the composite slot.
|
CompositeSlotTypeSetting.Builder |
subSlots(SubSlotTypeComposition... subSlots)
Subslots in the composite slot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCompositeSlotTypeSetting.Builder subSlots(Collection<SubSlotTypeComposition> subSlots)
Subslots in the composite slot.
subSlots - Subslots in the composite slot.CompositeSlotTypeSetting.Builder subSlots(SubSlotTypeComposition... subSlots)
Subslots in the composite slot.
subSlots - Subslots in the composite slot.CompositeSlotTypeSetting.Builder subSlots(Consumer<SubSlotTypeComposition.Builder>... subSlots)
Subslots in the composite slot.
This is a convenience method that creates an instance of theSubSlotTypeComposition.Builder avoiding the need to
create one manually via
SubSlotTypeComposition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subSlots(List.
subSlots - a consumer that will call methods on
SubSlotTypeComposition.Builder#subSlots(java.util.Collection) Copyright © 2023. All rights reserved.