public static interface DescribeProjectResponse.Builder extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeProjectResponse.Builder |
projectDescription(Consumer<ProjectDescription.Builder> projectDescription)
The description of the project.
|
DescribeProjectResponse.Builder |
projectDescription(ProjectDescription projectDescription)
The description of the project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProjectResponse.Builder projectDescription(ProjectDescription projectDescription)
The description of the project.
projectDescription - The description of the project.default DescribeProjectResponse.Builder projectDescription(Consumer<ProjectDescription.Builder> projectDescription)
The description of 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 projectDescription(ProjectDescription).projectDescription - a consumer that will call methods on ProjectDescription.BuilderprojectDescription(ProjectDescription)Copyright © 2021. All rights reserved.