public static interface UpdateProjectRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateProjectRequest.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.