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