Interface JobStoppingCondition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JobStoppingCondition.Builder,JobStoppingCondition>, SdkBuilder<JobStoppingCondition.Builder,JobStoppingCondition>, SdkPojo
Enclosing class:
JobStoppingCondition

public static interface JobStoppingCondition.Builder extends SdkPojo, CopyableBuilder<JobStoppingCondition.Builder,JobStoppingCondition>
  • Method Details

    • maxRuntimeInSeconds

      JobStoppingCondition.Builder maxRuntimeInSeconds(Integer maxRuntimeInSeconds)

      The maximum length of time, in seconds, that an Amazon Braket job can run.

      Parameters:
      maxRuntimeInSeconds - The maximum length of time, in seconds, that an Amazon Braket job can run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.