Interface InteractiveConfiguration.Builder

  • Method Details

    • studioEnabled

      InteractiveConfiguration.Builder studioEnabled(Boolean studioEnabled)

      Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.

      Parameters:
      studioEnabled - Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • livyEndpointEnabled

      InteractiveConfiguration.Builder livyEndpointEnabled(Boolean livyEndpointEnabled)

      Enables an Apache Livy endpoint that you can connect to and run interactive jobs.

      Parameters:
      livyEndpointEnabled - Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.