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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobStoppingCondition.BuildermaxRuntimeInSeconds(Integer maxRuntimeInSeconds)The maximum length of time, in seconds, that an Amazon Braket job can run.-
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
-
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.
-
-