Interface Slot.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Slot.Builder,Slot>,SdkBuilder<Slot.Builder,Slot>,SdkPojo
- Enclosing class:
- Slot
@Mutable @NotThreadSafe public static interface Slot.Builder extends SdkPojo, CopyableBuilder<Slot.Builder,Slot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Slot.BuilderslotId(String slotId)The slot ID of the slot.Slot.BuildervisualId(String visualId)The visual ID for the 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 Detail
-
slotId
Slot.Builder slotId(String slotId)
The slot ID of the slot.
- Parameters:
slotId- The slot ID of the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualId
Slot.Builder visualId(String visualId)
The visual ID for the slot.
- Parameters:
visualId- The visual ID for the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-