@Stability(value=Stable) public static final class CfnDomain.KernelGatewayAppSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.KernelGatewayAppSettingsProperty>
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(List<? extends 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() |
@Stability(value=Stable) 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@Stability(value=Stable) public CfnDomain.KernelGatewayAppSettingsProperty.Builder customImages(List<? extends Object> customImages)
CfnDomain.KernelGatewayAppSettingsProperty.getCustomImages()customImages - A list of custom SageMaker images that are configured to run as a KernelGateway app.this@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnDomain.KernelGatewayAppSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.KernelGatewayAppSettingsProperty>CfnDomain.KernelGatewayAppSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.