public static interface DescribeProjectResponse.Builder extends Iot1ClickProjectsResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeProjectResponse.Builder |
project(Consumer<ProjectDescription.Builder> project)
An object describing the project.
|
DescribeProjectResponse.Builder |
project(ProjectDescription project)
An object describing the project.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeProjectResponse.Builder project(ProjectDescription project)
An object describing the project.
project
- An object describing the project.default DescribeProjectResponse.Builder project(Consumer<ProjectDescription.Builder> project)
An object describing the project.
This is a convenience that creates an instance of theProjectDescription.Builder
avoiding the need to
create one manually via ProjectDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to project(ProjectDescription)
.project
- a consumer that will call methods on ProjectDescription.Builder
project(ProjectDescription)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.