@Stability(value=Stable) public static final class CfnApp.ResourceSpecProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.ResourceSpecProperty>
CfnApp.ResourceSpecProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.ResourceSpecProperty |
build()
Builds the configured instance.
|
CfnApp.ResourceSpecProperty.Builder |
instanceType(String instanceType)
Sets the value of
CfnApp.ResourceSpecProperty.getInstanceType() |
CfnApp.ResourceSpecProperty.Builder |
sageMakerImageArn(String sageMakerImageArn)
Sets the value of
CfnApp.ResourceSpecProperty.getSageMakerImageArn() |
CfnApp.ResourceSpecProperty.Builder |
sageMakerImageVersionArn(String sageMakerImageVersionArn)
Sets the value of
CfnApp.ResourceSpecProperty.getSageMakerImageVersionArn() |
@Stability(value=Stable) public CfnApp.ResourceSpecProperty.Builder instanceType(String instanceType)
CfnApp.ResourceSpecProperty.getInstanceType()instanceType - The instance type that the image version runs on.
JupyterServer Apps only support the
systemvalue. KernelGateway Apps do not support thesystemvalue, but support all other values for available instance types.
this@Stability(value=Stable) public CfnApp.ResourceSpecProperty.Builder sageMakerImageArn(String sageMakerImageArn)
CfnApp.ResourceSpecProperty.getSageMakerImageArn()sageMakerImageArn - The ARN of the SageMaker image that the image version belongs to.this@Stability(value=Stable) public CfnApp.ResourceSpecProperty.Builder sageMakerImageVersionArn(String sageMakerImageVersionArn)
CfnApp.ResourceSpecProperty.getSageMakerImageVersionArn()sageMakerImageVersionArn - The ARN of the image version created on the instance.this@Stability(value=Stable) public CfnApp.ResourceSpecProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.ResourceSpecProperty>CfnApp.ResourceSpecPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.