public static interface CreateProjectRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
Sets the execution timeout value (in minutes) for a project.
|
CreateProjectRequest.Builder |
name(String name)
The project's name.
|
copyapply, buildCreateProjectRequest.Builder name(String name)
The project's name.
name - The project's name.CreateProjectRequest.Builder defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
Sets the execution timeout value (in minutes) for a project. All test runs in this project will use the specified execution timeout value unless overridden when scheduling a run.
defaultJobTimeoutMinutes - Sets the execution timeout value (in minutes) for a project. All test runs in this project will use
the specified execution timeout value unless overridden when scheduling a run.Copyright © 2017. All rights reserved.