@Stability(value=Stable) public static final class CfnDomain.ResourceSpecProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.ResourceSpecProperty>
CfnDomain.ResourceSpecProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.ResourceSpecProperty |
build()
Builds the configured instance.
|
CfnDomain.ResourceSpecProperty.Builder |
instanceType(String instanceType)
Sets the value of
CfnDomain.ResourceSpecProperty.getInstanceType() |
CfnDomain.ResourceSpecProperty.Builder |
sageMakerImageArn(String sageMakerImageArn)
Sets the value of
CfnDomain.ResourceSpecProperty.getSageMakerImageArn() |
CfnDomain.ResourceSpecProperty.Builder |
sageMakerImageVersionArn(String sageMakerImageVersionArn)
Sets the value of
CfnDomain.ResourceSpecProperty.getSageMakerImageVersionArn() |
@Stability(value=Stable) public CfnDomain.ResourceSpecProperty.Builder instanceType(String instanceType)
CfnDomain.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 CfnDomain.ResourceSpecProperty.Builder sageMakerImageArn(String sageMakerImageArn)
CfnDomain.ResourceSpecProperty.getSageMakerImageArn()sageMakerImageArn - The ARN of the SageMaker image that the image version belongs to.this@Stability(value=Stable) public CfnDomain.ResourceSpecProperty.Builder sageMakerImageVersionArn(String sageMakerImageVersionArn)
CfnDomain.ResourceSpecProperty.getSageMakerImageVersionArn()sageMakerImageVersionArn - The ARN of the image version created on the instance.this@Stability(value=Stable) public CfnDomain.ResourceSpecProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.ResourceSpecProperty>CfnDomain.ResourceSpecPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.