public static interface CreateProjectRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, 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.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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.CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.