public static interface DescribeSolutionResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeSolutionResponse.Builder,DescribeSolutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeSolutionResponse.Builder |
solution(Consumer<Solution.Builder> solution)
An object that describes the solution.
|
DescribeSolutionResponse.Builder |
solution(Solution solution)
An object that describes the solution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSolutionResponse.Builder solution(Solution solution)
An object that describes the solution.
solution - An object that describes the solution.default DescribeSolutionResponse.Builder solution(Consumer<Solution.Builder> solution)
An object that describes the solution.
This is a convenience that creates an instance of theSolution.Builder avoiding the need to create
one manually via Solution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to solution(Solution).solution - a consumer that will call methods on Solution.Buildersolution(Solution)Copyright © 2020. All rights reserved.