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.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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
-