public static interface DescribeSolutionVersionResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeSolutionVersionResponse.Builder,DescribeSolutionVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeSolutionVersionResponse.Builder |
solutionVersion(Consumer<SolutionVersion.Builder> solutionVersion)
The solution version.
|
DescribeSolutionVersionResponse.Builder |
solutionVersion(SolutionVersion solutionVersion)
The solution version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSolutionVersionResponse.Builder solutionVersion(SolutionVersion solutionVersion)
The solution version.
solutionVersion - The solution version.default DescribeSolutionVersionResponse.Builder solutionVersion(Consumer<SolutionVersion.Builder> solutionVersion)
The solution version.
This is a convenience method that creates an instance of theSolutionVersion.Builder avoiding the
need to create one manually via SolutionVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to solutionVersion(SolutionVersion).
solutionVersion - a consumer that will call methods on SolutionVersion.BuildersolutionVersion(SolutionVersion)Copyright © 2022. All rights reserved.