Interface InstanceConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceConfig.Builder,InstanceConfig>,SdkBuilder<InstanceConfig.Builder,InstanceConfig>,SdkPojo
- Enclosing class:
- InstanceConfig
public static interface InstanceConfig.Builder extends SdkPojo, CopyableBuilder<InstanceConfig.Builder,InstanceConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceConfig.BuilderinstanceCount(Integer instanceCount)Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket.InstanceConfig.BuilderinstanceType(String instanceType)Configures the type resource instances to use while running an Amazon Braket hybrid job.InstanceConfig.BuilderinstanceType(InstanceType instanceType)Configures the type resource instances to use while running an Amazon Braket hybrid job.InstanceConfig.BuildervolumeSizeInGb(Integer volumeSizeInGb)The size of the storage volume, in GB, that user wants to provision.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceCount
InstanceConfig.Builder instanceCount(Integer instanceCount)
Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.
- Parameters:
instanceCount- Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
InstanceConfig.Builder instanceType(String instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
- Parameters:
instanceType- Configures the type resource instances to use while running an Amazon Braket hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceType,InstanceType
-
instanceType
InstanceConfig.Builder instanceType(InstanceType instanceType)
Configures the type resource instances to use while running an Amazon Braket hybrid job.
- Parameters:
instanceType- Configures the type resource instances to use while running an Amazon Braket hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceType,InstanceType
-
volumeSizeInGb
InstanceConfig.Builder volumeSizeInGb(Integer volumeSizeInGb)
The size of the storage volume, in GB, that user wants to provision.
- Parameters:
volumeSizeInGb- The size of the storage volume, in GB, that user wants to provision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-