public static interface ResourceSpec.Builder extends SdkPojo, CopyableBuilder<ResourceSpec.Builder,ResourceSpec>
| Modifier and Type | Method and Description |
|---|---|
ResourceSpec.Builder |
instanceType(AppInstanceType instanceType)
The instance type that the image version runs on.
|
ResourceSpec.Builder |
instanceType(String instanceType)
The instance type that the image version runs on.
|
ResourceSpec.Builder |
lifecycleConfigArn(String lifecycleConfigArn)
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
ResourceSpec.Builder |
sageMakerImageArn(String sageMakerImageArn)
The ARN of the SageMaker image that the image version belongs to.
|
ResourceSpec.Builder |
sageMakerImageVersionArn(String sageMakerImageVersionArn)
The ARN of the image version created on the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceSpec.Builder sageMakerImageArn(String sageMakerImageArn)
The ARN of the SageMaker image that the image version belongs to.
sageMakerImageArn - The ARN of the SageMaker image that the image version belongs to.ResourceSpec.Builder sageMakerImageVersionArn(String sageMakerImageVersionArn)
The ARN of the image version created on the instance.
sageMakerImageVersionArn - The ARN of the image version created on the instance.ResourceSpec.Builder instanceType(String instanceType)
The instance type that the image version runs on.
JupyterServer Apps only support the system value. KernelGateway Apps do not support the
system value, but support all other values for available instance types.
instanceType - The instance type that the image version runs on.
JupyterServer Apps only support the system value. KernelGateway Apps do not support the
system value, but support all other values for available instance types.
AppInstanceType,
AppInstanceTypeResourceSpec.Builder instanceType(AppInstanceType instanceType)
The instance type that the image version runs on.
JupyterServer Apps only support the system value. KernelGateway Apps do not support the
system value, but support all other values for available instance types.
instanceType - The instance type that the image version runs on.
JupyterServer Apps only support the system value. KernelGateway Apps do not support the
system value, but support all other values for available instance types.
AppInstanceType,
AppInstanceTypeResourceSpec.Builder lifecycleConfigArn(String lifecycleConfigArn)
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
lifecycleConfigArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.Copyright © 2022. All rights reserved.