Class InteractiveConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.emrserverless.model.InteractiveConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InteractiveConfiguration.Builder,InteractiveConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class InteractiveConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InteractiveConfiguration.Builder,InteractiveConfiguration>
The configuration to use to enable the different types of interactive use cases in an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InteractiveConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InteractiveConfiguration.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Boolean
livyEndpointEnabled()
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.List<SdkField<?>>
sdkFields()
static Class<? extends InteractiveConfiguration.Builder>
serializableBuilderClass()
Boolean
studioEnabled()
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.InteractiveConfiguration.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
studioEnabled
public final Boolean studioEnabled()
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
- Returns:
- Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
-
livyEndpointEnabled
public final Boolean livyEndpointEnabled()
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
- Returns:
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
-
toBuilder
public InteractiveConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<InteractiveConfiguration.Builder,InteractiveConfiguration>
-
builder
public static InteractiveConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends InteractiveConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-