Uses of Interface
software.amazon.awssdk.services.emrserverless.model.InteractiveConfiguration.Builder
-
Packages that use InteractiveConfiguration.Builder Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of InteractiveConfiguration.Builder in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return InteractiveConfiguration.Builder Modifier and Type Method Description static InteractiveConfiguration.BuilderInteractiveConfiguration. builder()InteractiveConfiguration.BuilderInteractiveConfiguration.Builder. livyEndpointEnabled(Boolean livyEndpointEnabled)Enables an Apache Livy endpoint that you can connect to and run interactive jobs.InteractiveConfiguration.BuilderInteractiveConfiguration.Builder. studioEnabled(Boolean studioEnabled)Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.InteractiveConfiguration.BuilderInteractiveConfiguration. toBuilder()Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type InteractiveConfiguration.Builder Modifier and Type Method Description static Class<? extends InteractiveConfiguration.Builder>InteractiveConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type InteractiveConfiguration.Builder Modifier and Type Method Description default Application.BuilderApplication.Builder. interactiveConfiguration(Consumer<InteractiveConfiguration.Builder> interactiveConfiguration)The interactive configuration object that enables the interactive use cases for an application.default CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. interactiveConfiguration(Consumer<InteractiveConfiguration.Builder> interactiveConfiguration)The interactive configuration object that enables the interactive use cases to use when running an application.default UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. interactiveConfiguration(Consumer<InteractiveConfiguration.Builder> interactiveConfiguration)The interactive configuration object that contains new interactive use cases when the application is updated.
-