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