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 for the
UpdateAssessment API. |
default UpdateAssessmentResponse.Builder |
assessment(Consumer<Assessment.Builder> assessment)
The response object for the
UpdateAssessment API. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentResponse.Builder assessment(Assessment assessment)
The response object for the UpdateAssessment API. This is the name of the updated assessment.
assessment - The response object for the UpdateAssessment API. This is the name of the updated
assessment.default UpdateAssessmentResponse.Builder assessment(Consumer<Assessment.Builder> assessment)
The response object for the UpdateAssessment API. This is the name of the updated assessment.
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 © 2023. All rights reserved.