| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
InteractiveConfiguration |
InteractiveConfiguration.clone() |
InteractiveConfiguration |
CreateApplicationRequest.getInteractiveConfiguration()
The interactive configuration object that enables the interactive use cases to use when running an application.
|
InteractiveConfiguration |
UpdateApplicationRequest.getInteractiveConfiguration()
The interactive configuration object that contains new interactive use cases when the application is updated.
|
InteractiveConfiguration |
Application.getInteractiveConfiguration()
The interactive configuration object that enables the interactive use cases for an application.
|
InteractiveConfiguration |
InteractiveConfiguration.withLivyEndpointEnabled(Boolean livyEndpointEnabled)
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
|
InteractiveConfiguration |
InteractiveConfiguration.withStudioEnabled(Boolean studioEnabled)
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateApplicationRequest.setInteractiveConfiguration(InteractiveConfiguration interactiveConfiguration)
The interactive configuration object that enables the interactive use cases to use when running an application.
|
void |
UpdateApplicationRequest.setInteractiveConfiguration(InteractiveConfiguration interactiveConfiguration)
The interactive configuration object that contains new interactive use cases when the application is updated.
|
void |
Application.setInteractiveConfiguration(InteractiveConfiguration interactiveConfiguration)
The interactive configuration object that enables the interactive use cases for an application.
|
CreateApplicationRequest |
CreateApplicationRequest.withInteractiveConfiguration(InteractiveConfiguration interactiveConfiguration)
The interactive configuration object that enables the interactive use cases to use when running an application.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withInteractiveConfiguration(InteractiveConfiguration interactiveConfiguration)
The interactive configuration object that contains new interactive use cases when the application is updated.
|
Application |
Application.withInteractiveConfiguration(InteractiveConfiguration interactiveConfiguration)
The interactive configuration object that enables the interactive use cases for an application.
|
Copyright © 2025. All rights reserved.