public static interface UpdateAssessmentResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentResponse.Builder,UpdateAssessmentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentResponse.Builder |
assessment(Assessment assessment)
The response object (name of the updated assessment) for the
UpdateAssessmentRequest API. |
default UpdateAssessmentResponse.Builder |
assessment(Consumer<Assessment.Builder> assessment)
The response object (name of the updated assessment) for the
UpdateAssessmentRequest API. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentResponse.Builder assessment(Assessment assessment)
The response object (name of the updated assessment) for the UpdateAssessmentRequest API.
assessment - The response object (name of the updated assessment) for the UpdateAssessmentRequest API.default UpdateAssessmentResponse.Builder assessment(Consumer<Assessment.Builder> assessment)
The response object (name of the updated assessment) for the UpdateAssessmentRequest API.
Assessment.Builder avoiding the need to create
one manually via Assessment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to assessment(Assessment).assessment - a consumer that will call methods on Assessment.Builderassessment(Assessment)Copyright © 2021. All rights reserved.