public static interface DescribeAlgorithmResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeAlgorithmResponse.Builder,DescribeAlgorithmResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAlgorithmResponse.Builder |
algorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
|
default DescribeAlgorithmResponse.Builder |
algorithm(Consumer<Algorithm.Builder> algorithm)
A listing of the properties of the algorithm.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAlgorithmResponse.Builder algorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
algorithm - A listing of the properties of the algorithm.default DescribeAlgorithmResponse.Builder algorithm(Consumer<Algorithm.Builder> algorithm)
A listing of the properties of the algorithm.
This is a convenience method that creates an instance of theAlgorithm.Builder avoiding the need to
create one manually via Algorithm.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to algorithm(Algorithm).algorithm - a consumer that will call methods on Algorithm.Builderalgorithm(Algorithm)Copyright © 2022. All rights reserved.