Interface TimeoutConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TimeoutConfig.Builder,,TimeoutConfig> SdkBuilder<TimeoutConfig.Builder,,TimeoutConfig> SdkPojo
- Enclosing class:
TimeoutConfig
@Mutable
@NotThreadSafe
public static interface TimeoutConfig.Builder
extends SdkPojo, CopyableBuilder<TimeoutConfig.Builder,TimeoutConfig>
-
Method Summary
Modifier and TypeMethodDescriptionrunTimeoutInMinutes(Integer runTimeoutInMinutes) The timeout for the notebook run, in minutes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
runTimeoutInMinutes
The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).
- Parameters:
runTimeoutInMinutes- The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-