Interface Slot.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Slot.Builder,
,Slot> SdkBuilder<Slot.Builder,
,Slot> SdkPojo
- Enclosing class:
Slot
-
Method Summary
Modifier and TypeMethodDescriptionThe slot ID of the slot.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, sdkFields
-
Method Details
-
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
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.
-