Interface InstanceConfig.Builder

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