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 |
description(String description) |
The description of the project, if any.
|
UpdateProjectRequest.Builder |
id(String id) |
The ID of the project you want to update.
|
UpdateProjectRequest.Builder |
name(String name) |
The name of the project you want to update.
|
copy
apply, build
UpdateProjectRequest.Builder id(String id)
The ID of the project you want to update.
id
- The ID of the project you want to update.UpdateProjectRequest.Builder name(String name)
The name of the project you want to update.
name
- The name of the project you want to update.UpdateProjectRequest.Builder description(String description)
The description of the project, if any.
description
- The description of the project, if any.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.