public static interface UpdateProjectResponse.Builder extends CodeBuildResponse.Builder, CopyableBuilder<UpdateProjectResponse.Builder,UpdateProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateProjectResponse.Builder |
project(Consumer<Project.Builder> project)
Information about the build project that was changed.
|
UpdateProjectResponse.Builder |
project(Project project)
Information about the build project that was changed.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateProjectResponse.Builder project(Project project)
Information about the build project that was changed.
project - Information about the build project that was changed.default UpdateProjectResponse.Builder project(Consumer<Project.Builder> project)
Information about the build project that was changed.
This is a convenience that creates an instance of theProject.Builder avoiding the need to create one
manually via Project.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to project(Project).project - a consumer that will call methods on Project.Builderproject(Project)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.