public static interface UpdateProjectRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
Modifier and Type | Method and Description |
---|---|
UpdateProjectRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
|
UpdateProjectRequest.Builder |
defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
|
UpdateProjectRequest.Builder |
name(String name)
A string representing the new name of the project that you are updating.
|
UpdateProjectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateProjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
UpdateProjectRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
arn
- The Amazon Resource Name (ARN) of the project whose name you wish to update.UpdateProjectRequest.Builder name(String name)
A string representing the new name of the project that you are updating.
name
- A string representing the new name of the project that you are updating.UpdateProjectRequest.Builder defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
defaultJobTimeoutMinutes
- The number of minutes a test run in the project will execute before it times out.UpdateProjectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.