Class CfnApplication.InteractiveConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.emrserverless.CfnApplication.InteractiveConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication.InteractiveConfigurationProperty>
- Enclosing interface:
CfnApplication.InteractiveConfigurationProperty
@Stability(Stable)
public static final class CfnApplication.InteractiveConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.InteractiveConfigurationProperty>
A builder for
CfnApplication.InteractiveConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.livyEndpointEnabled(Boolean livyEndpointEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getLivyEndpointEnabled()livyEndpointEnabled(IResolvable livyEndpointEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getLivyEndpointEnabled()studioEnabled(Boolean studioEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getStudioEnabled()studioEnabled(IResolvable studioEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getStudioEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
livyEndpointEnabled
@Stability(Stable) public CfnApplication.InteractiveConfigurationProperty.Builder livyEndpointEnabled(Boolean livyEndpointEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getLivyEndpointEnabled()- Parameters:
livyEndpointEnabled- Enables an Apache Livy endpoint that you can connect to and run interactive jobs.- Returns:
this
-
livyEndpointEnabled
@Stability(Stable) public CfnApplication.InteractiveConfigurationProperty.Builder livyEndpointEnabled(IResolvable livyEndpointEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getLivyEndpointEnabled()- Parameters:
livyEndpointEnabled- Enables an Apache Livy endpoint that you can connect to and run interactive jobs.- Returns:
this
-
studioEnabled
@Stability(Stable) public CfnApplication.InteractiveConfigurationProperty.Builder studioEnabled(Boolean studioEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getStudioEnabled()- Parameters:
studioEnabled- Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.- Returns:
this
-
studioEnabled
@Stability(Stable) public CfnApplication.InteractiveConfigurationProperty.Builder studioEnabled(IResolvable studioEnabled) Sets the value ofCfnApplication.InteractiveConfigurationProperty.getStudioEnabled()- Parameters:
studioEnabled- Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplication.InteractiveConfigurationProperty>- Returns:
- a new instance of
CfnApplication.InteractiveConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-