Interface InteractiveConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InteractiveConfiguration.Builder,,InteractiveConfiguration> SdkBuilder<InteractiveConfiguration.Builder,,InteractiveConfiguration> SdkPojo
- Enclosing class:
InteractiveConfiguration
@Mutable
@NotThreadSafe
public static interface InteractiveConfiguration.Builder
extends SdkPojo, CopyableBuilder<InteractiveConfiguration.Builder,InteractiveConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlivyEndpointEnabled(Boolean livyEndpointEnabled) Enables an Apache Livy endpoint that you can connect to and run interactive jobs.sessionEnabled(Boolean sessionEnabled) Enables interactive sessions on the application.studioEnabled(Boolean studioEnabled) Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
sessionEnabled
Enables interactive sessions on the application. When set to
true, you can start interactive sessions using theStartSessionoperation.- Parameters:
sessionEnabled- Enables interactive sessions on the application. When set totrue, you can start interactive sessions using theStartSessionoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-