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 SummaryModifier and TypeMethodDescriptionlivyEndpointEnabled(Boolean livyEndpointEnabled) Enables an Apache Livy endpoint that you can connect to and run interactive jobs.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
studioEnabledEnables 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.
 
- 
livyEndpointEnabledEnables 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.
 
 
-