public static interface InstanceConfig.Builder extends SdkPojo, CopyableBuilder<InstanceConfig.Builder,InstanceConfig>
| Modifier and Type | Method and Description |
|---|---|
InstanceConfig.Builder |
instanceType(InstanceType instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
InstanceConfig.Builder |
instanceType(String instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
InstanceConfig.Builder |
volumeSizeInGb(Integer volumeSizeInGb)
The size of the storage volume, in GB, that user wants to provision.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceConfig.Builder instanceType(String instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
instanceType - Configures the type resource instances to use while running an Amazon Braket hybrid job.InstanceType,
InstanceTypeInstanceConfig.Builder instanceType(InstanceType instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
instanceType - Configures the type resource instances to use while running an Amazon Braket hybrid job.InstanceType,
InstanceTypeInstanceConfig.Builder volumeSizeInGb(Integer volumeSizeInGb)
The size of the storage volume, in GB, that user wants to provision.
volumeSizeInGb - The size of the storage volume, in GB, that user wants to provision.Copyright © 2022. All rights reserved.