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 interfaceInteractiveConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InteractiveConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanlivyEndpointEnabled()Enables an Apache Livy endpoint that you can connect to and run interactive jobs.List<SdkField<?>>sdkFields()static Class<? extends InteractiveConfiguration.Builder>serializableBuilderClass()BooleanstudioEnabled()Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.InteractiveConfiguration.BuildertoBuilder()StringtoString()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-