Class CfnApplicationPropsMixin.InteractiveConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emrserverless.CfnApplicationPropsMixin.InteractiveConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.InteractiveConfigurationProperty>
- Enclosing interface:
CfnApplicationPropsMixin.InteractiveConfigurationProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.InteractiveConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.InteractiveConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.livyEndpointEnabled(Boolean livyEndpointEnabled) livyEndpointEnabled(IResolvable livyEndpointEnabled) studioEnabled(Boolean studioEnabled) studioEnabled(IResolvable studioEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
livyEndpointEnabled
@Stability(Stable) public CfnApplicationPropsMixin.InteractiveConfigurationProperty.Builder livyEndpointEnabled(Boolean livyEndpointEnabled) Sets the value ofCfnApplicationPropsMixin.InteractiveConfigurationProperty.getLivyEndpointEnabled()- Parameters:
livyEndpointEnabled- Enables an Apache Livy endpoint that you can connect to and run interactive jobs.- Returns:
this
-
livyEndpointEnabled
@Stability(Stable) public CfnApplicationPropsMixin.InteractiveConfigurationProperty.Builder livyEndpointEnabled(IResolvable livyEndpointEnabled) Sets the value ofCfnApplicationPropsMixin.InteractiveConfigurationProperty.getLivyEndpointEnabled()- Parameters:
livyEndpointEnabled- Enables an Apache Livy endpoint that you can connect to and run interactive jobs.- Returns:
this
-
studioEnabled
@Stability(Stable) public CfnApplicationPropsMixin.InteractiveConfigurationProperty.Builder studioEnabled(Boolean studioEnabled) - 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 CfnApplicationPropsMixin.InteractiveConfigurationProperty.Builder studioEnabled(IResolvable studioEnabled) - 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<CfnApplicationPropsMixin.InteractiveConfigurationProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.InteractiveConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-