CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
, SdkBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
public static interface CreateProjectRequest.Builder extends CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
CreateProjectRequest.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 Amazon Web Services, Inc. All Rights Reserved.