public static interface UpdateProjectResponse.Builder extends MobileResponse.Builder, CopyableBuilder<UpdateProjectResponse.Builder,UpdateProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateProjectResponse.Builder |
details(Consumer<ProjectDetails.Builder> details)
Detailed information about the updated AWS Mobile Hub project.
|
UpdateProjectResponse.Builder |
details(ProjectDetails details)
Detailed information about the updated AWS Mobile Hub project.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateProjectResponse.Builder details(ProjectDetails details)
Detailed information about the updated AWS Mobile Hub project.
details - Detailed information about the updated AWS Mobile Hub project.default UpdateProjectResponse.Builder details(Consumer<ProjectDetails.Builder> details)
Detailed information about the updated AWS Mobile Hub project.
This is a convenience that creates an instance of theProjectDetails.Builder avoiding the need to
create one manually via ProjectDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to details(ProjectDetails).details - a consumer that will call methods on ProjectDetails.Builderdetails(ProjectDetails)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.