@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InteractiveConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration to use to enable the different types of interactive use cases in an application.
Constructor and Description |
---|
InteractiveConfiguration() |
Modifier and Type | Method and Description |
---|---|
InteractiveConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getLivyEndpointEnabled()
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
|
Boolean |
getStudioEnabled()
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
|
int |
hashCode() |
Boolean |
isLivyEndpointEnabled()
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
|
Boolean |
isStudioEnabled()
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLivyEndpointEnabled(Boolean livyEndpointEnabled)
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
|
void |
setStudioEnabled(Boolean studioEnabled)
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
|
String |
toString()
Returns a string representation of this object.
|
InteractiveConfiguration |
withLivyEndpointEnabled(Boolean livyEndpointEnabled)
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
|
InteractiveConfiguration |
withStudioEnabled(Boolean studioEnabled)
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
|
public void setStudioEnabled(Boolean studioEnabled)
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
studioEnabled
- Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.public Boolean getStudioEnabled()
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
public InteractiveConfiguration withStudioEnabled(Boolean studioEnabled)
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
studioEnabled
- Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.public Boolean isStudioEnabled()
Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.
public void setLivyEndpointEnabled(Boolean livyEndpointEnabled)
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
livyEndpointEnabled
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs.public Boolean getLivyEndpointEnabled()
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
public InteractiveConfiguration withLivyEndpointEnabled(Boolean livyEndpointEnabled)
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
livyEndpointEnabled
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs.public Boolean isLivyEndpointEnabled()
Enables an Apache Livy endpoint that you can connect to and run interactive jobs.
public String toString()
toString
in class Object
Object.toString()
public InteractiveConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.