Interface InteractiveConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InteractiveConfiguration.Builder,InteractiveConfiguration>,SdkBuilder<InteractiveConfiguration.Builder,InteractiveConfiguration>,SdkPojo
- Enclosing class:
- InteractiveConfiguration
public static interface InteractiveConfiguration.Builder extends SdkPojo, CopyableBuilder<InteractiveConfiguration.Builder,InteractiveConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InteractiveConfiguration.BuilderlivyEndpointEnabled(Boolean livyEndpointEnabled)Enables an Apache Livy endpoint that you can connect to and run interactive jobs.InteractiveConfiguration.BuilderstudioEnabled(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-