Interface SubSlotSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubSlotSetting.Builder,
,SubSlotSetting> SdkBuilder<SubSlotSetting.Builder,
,SubSlotSetting> SdkPojo
- Enclosing class:
SubSlotSetting
@Mutable
@NotThreadSafe
public static interface SubSlotSetting.Builder
extends SdkPojo, CopyableBuilder<SubSlotSetting.Builder,SubSlotSetting>
-
Method Summary
Modifier and TypeMethodDescriptionexpression
(String expression) The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.slotSpecifications
(Map<String, Specifications> slotSpecifications) Specifications for the constituent sub slots of a composite slot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
expression
The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
- Parameters:
expression
- The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotSpecifications
Specifications for the constituent sub slots of a composite slot.
- Parameters:
slotSpecifications
- Specifications for the constituent sub slots of a composite slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-