Class CfnDomain.JupyterServerAppSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnDomain.JupyterServerAppSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.JupyterServerAppSettingsProperty>
- Enclosing interface:
- CfnDomain.JupyterServerAppSettingsProperty
@Stability(Stable)
public static final class CfnDomain.JupyterServerAppSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.JupyterServerAppSettingsProperty>
A builder for
CfnDomain.JupyterServerAppSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultResourceSpec(IResolvable defaultResourceSpec) Sets the value ofCfnDomain.JupyterServerAppSettingsProperty.getDefaultResourceSpec()defaultResourceSpec(CfnDomain.ResourceSpecProperty defaultResourceSpec) Sets the value ofCfnDomain.JupyterServerAppSettingsProperty.getDefaultResourceSpec()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultResourceSpec
@Stability(Stable) public CfnDomain.JupyterServerAppSettingsProperty.Builder defaultResourceSpec(IResolvable defaultResourceSpec) Sets the value ofCfnDomain.JupyterServerAppSettingsProperty.getDefaultResourceSpec()- Parameters:
defaultResourceSpec- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.- Returns:
this
-
defaultResourceSpec
@Stability(Stable) public CfnDomain.JupyterServerAppSettingsProperty.Builder defaultResourceSpec(CfnDomain.ResourceSpecProperty defaultResourceSpec) Sets the value ofCfnDomain.JupyterServerAppSettingsProperty.getDefaultResourceSpec()- Parameters:
defaultResourceSpec- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomain.JupyterServerAppSettingsProperty>- Returns:
- a new instance of
CfnDomain.JupyterServerAppSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-