Uses of Interface
software.amazon.awssdk.services.quicksight.model.Slot.Builder
-
Packages that use Slot.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Slot.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Slot.Builder Modifier and Type Method Description static Slot.BuilderSlot. builder()Slot.BuilderSlot.Builder. slotId(String slotId)The slot ID of the slot.Slot.BuilderSlot. toBuilder()Slot.BuilderSlot.Builder. visualId(String visualId)The visual ID for the slot.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Slot.Builder Modifier and Type Method Description static Class<? extends Slot.Builder>Slot. serializableBuilderClass()
-