Interface SubSlotSetting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubSlotSetting.Builder,SubSlotSetting>,SdkBuilder<SubSlotSetting.Builder,SubSlotSetting>,SdkPojo
- Enclosing class:
- SubSlotSetting
public static interface SubSlotSetting.Builder extends SdkPojo, CopyableBuilder<SubSlotSetting.Builder,SubSlotSetting>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubSlotSetting.Builderexpression(String expression)The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.SubSlotSetting.BuilderslotSpecifications(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, sdkFields
-
-
-
-
Method Detail
-
expression
SubSlotSetting.Builder expression(String 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
SubSlotSetting.Builder slotSpecifications(Map<String,Specifications> 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.
-
-