public static final class CfnDomain.KernelGatewayAppSettingsProperty.Builder
extends java.lang.Object
CfnDomain.KernelGatewayAppSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDomain.KernelGatewayAppSettingsProperty |
build()
Builds the configured instance.
|
CfnDomain.KernelGatewayAppSettingsProperty.Builder |
customImages(IResolvable customImages)
Sets the value of
CfnDomain.KernelGatewayAppSettingsProperty.getCustomImages() |
CfnDomain.KernelGatewayAppSettingsProperty.Builder |
customImages(java.util.List<? extends java.lang.Object> customImages)
Sets the value of
CfnDomain.KernelGatewayAppSettingsProperty.getCustomImages() |
CfnDomain.KernelGatewayAppSettingsProperty.Builder |
defaultResourceSpec(CfnDomain.ResourceSpecProperty defaultResourceSpec)
Sets the value of
CfnDomain.KernelGatewayAppSettingsProperty.getDefaultResourceSpec() |
CfnDomain.KernelGatewayAppSettingsProperty.Builder |
defaultResourceSpec(IResolvable defaultResourceSpec)
Sets the value of
CfnDomain.KernelGatewayAppSettingsProperty.getDefaultResourceSpec() |
public CfnDomain.KernelGatewayAppSettingsProperty.Builder customImages(IResolvable customImages)
CfnDomain.KernelGatewayAppSettingsProperty.getCustomImages()
customImages
- A list of custom SageMaker images that are configured to run as a KernelGateway app.this
public CfnDomain.KernelGatewayAppSettingsProperty.Builder customImages(java.util.List<? extends java.lang.Object> customImages)
CfnDomain.KernelGatewayAppSettingsProperty.getCustomImages()
customImages
- A list of custom SageMaker images that are configured to run as a KernelGateway app.this
public CfnDomain.KernelGatewayAppSettingsProperty.Builder defaultResourceSpec(IResolvable defaultResourceSpec)
CfnDomain.KernelGatewayAppSettingsProperty.getDefaultResourceSpec()
defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the AWS Command Line Interface or AWS CloudFormation and the instance type parameter value is not passed.
this
public CfnDomain.KernelGatewayAppSettingsProperty.Builder defaultResourceSpec(CfnDomain.ResourceSpecProperty defaultResourceSpec)
CfnDomain.KernelGatewayAppSettingsProperty.getDefaultResourceSpec()
defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the AWS Command Line Interface or AWS CloudFormation and the instance type parameter value is not passed.
this
public CfnDomain.KernelGatewayAppSettingsProperty build()
CfnDomain.KernelGatewayAppSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided