CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>, SdkBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>public static interface UpdateProjectRequest.Builder extends CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
| Modifier and Type | Method | 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.
|
copyapply, buildUpdateProjectRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.