public static interface DescribeProjectResponse.Builder extends MobileResponse.Builder, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeProjectResponse.Builder |
details(Consumer<ProjectDetails.Builder> details)
Sets the value of the Details property for this object.
|
DescribeProjectResponse.Builder |
details(ProjectDetails details)
Sets the value of the Details property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeProjectResponse.Builder details(ProjectDetails details)
details - The new value for the Details property for this object.default DescribeProjectResponse.Builder details(Consumer<ProjectDetails.Builder> details)
ProjectDetails.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.