public static interface CreateProjectResponse.Builder extends MobileResponse.Builder, CopyableBuilder<CreateProjectResponse.Builder,CreateProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectResponse.Builder |
details(Consumer<ProjectDetails.Builder> details)
Detailed information about the created AWS Mobile Hub project.
|
CreateProjectResponse.Builder |
details(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateProjectResponse.Builder details(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
details - Detailed information about the created AWS Mobile Hub project.default CreateProjectResponse.Builder details(Consumer<ProjectDetails.Builder> details)
Detailed information about the created 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.