Interface JobStoppingCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobStoppingCondition.Builder,
,JobStoppingCondition> SdkBuilder<JobStoppingCondition.Builder,
,JobStoppingCondition> SdkPojo
- Enclosing class:
JobStoppingCondition
@Mutable
@NotThreadSafe
public static interface JobStoppingCondition.Builder
extends SdkPojo, CopyableBuilder<JobStoppingCondition.Builder,JobStoppingCondition>
-
Method Summary
Modifier and TypeMethodDescriptionmaxRuntimeInSeconds
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-