public static interface UpdateProjectRequest.Builder extends DeviceFarmRequest.Builder, software.amazon.awssdk.utils.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) |
UpdateProjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
buildrequestOverrideConfigUpdateProjectRequest.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)
requestOverrideConfig in interface AwsRequest.BuilderUpdateProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.