RegistryTask.DefinitionStages.Timeout Interface
public static interface RegistryTask.DefinitionStages.Timeout
The stage of the container registry task definition that specifies the timeout for the container registry task.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Task |
withTimeout(int timeout)
The function that sets the timeout time. |
Method Details
withTimeout
public abstract RegistryTask.DefinitionStages.TaskCreatable withTimeout(int timeout)
The function that sets the timeout time.
Parameters:
Returns: