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 Details

    • 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

      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:
    • 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.