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