public static interface GetAssessmentResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetAssessmentResponse.Builder,GetAssessmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAssessmentResponse.Builder |
dataCollectionDetails(Consumer<DataCollectionDetails.Builder> dataCollectionDetails)
Detailed information about the assessment.
|
GetAssessmentResponse.Builder |
dataCollectionDetails(DataCollectionDetails dataCollectionDetails)
Detailed information about the assessment.
|
GetAssessmentResponse.Builder |
id(String id)
The ID for the specific assessment task.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssessmentResponse.Builder dataCollectionDetails(DataCollectionDetails dataCollectionDetails)
Detailed information about the assessment.
dataCollectionDetails - Detailed information about the assessment.default GetAssessmentResponse.Builder dataCollectionDetails(Consumer<DataCollectionDetails.Builder> dataCollectionDetails)
Detailed information about the assessment.
This is a convenience method that creates an instance of theDataCollectionDetails.Builder avoiding
the need to create one manually via DataCollectionDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataCollectionDetails(DataCollectionDetails).
dataCollectionDetails - a consumer that will call methods on DataCollectionDetails.BuilderdataCollectionDetails(DataCollectionDetails)GetAssessmentResponse.Builder id(String id)
The ID for the specific assessment task.
id - The ID for the specific assessment task.Copyright © 2022. All rights reserved.