Interface InstanceConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceConfig.Builder,
,InstanceConfig> SdkBuilder<InstanceConfig.Builder,
,InstanceConfig> SdkPojo
- Enclosing class:
InstanceConfig
@Mutable
@NotThreadSafe
public static interface InstanceConfig.Builder
extends SdkPojo, CopyableBuilder<InstanceConfig.Builder,InstanceConfig>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount
(Integer instanceCount) Configures the number of resource instances to use while running an Amazon Braket hybrid job on Amazon Braket.instanceType
(String instanceType) Configures the type of resource instances to use while running an Amazon Braket hybrid job.instanceType
(InstanceType instanceType) Configures the type of resource instances to use while running an Amazon Braket hybrid job.volumeSizeInGb
(Integer volumeSizeInGb) The size of the storage volume, in GB, 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, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceType
Configures the type of resource instances to use while running an Amazon Braket hybrid job.
- Parameters:
instanceType
- Configures the type of 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
Configures the type of resource instances to use while running an Amazon Braket hybrid job.
- Parameters:
instanceType
- Configures the type of 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:
-
volumeSizeInGb
The size of the storage volume, in GB, to provision.
- Parameters:
volumeSizeInGb
- The size of the storage volume, in GB, to provision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceCount
Configures the number of resource instances to use while running an Amazon Braket hybrid job on Amazon Braket. The default value is 1.
- Parameters:
instanceCount
- Configures the number of resource instances to use while running an Amazon Braket hybrid job on Amazon Braket. The default value is 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-