public static interface UpdateAssessmentRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentRequest.Builder,UpdateAssessmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentRequest.Builder assessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId - The unique identifier for the assessment.UpdateAssessmentRequest.Builder assessmentName(String assessmentName)
The name of the assessment to be updated.
assessmentName - The name of the assessment to be updated.UpdateAssessmentRequest.Builder assessmentDescription(String assessmentDescription)
The description of the assessment.
assessmentDescription - The description of the assessment.UpdateAssessmentRequest.Builder scope(Scope scope)
The scope of the assessment.
scope - The scope of the assessment.default UpdateAssessmentRequest.Builder scope(Consumer<Scope.Builder> scope)
The scope of the assessment.
This is a convenience that creates an instance of theScope.Builder avoiding the need to create one
manually via Scope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to scope(Scope).scope - a consumer that will call methods on Scope.Builderscope(Scope)UpdateAssessmentRequest.Builder assessmentReportsDestination(AssessmentReportsDestination assessmentReportsDestination)
The assessment report storage destination for the assessment that's being updated.
assessmentReportsDestination - The assessment report storage destination for the assessment that's being updated.default UpdateAssessmentRequest.Builder assessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> assessmentReportsDestination)
The assessment report storage destination for the assessment that's being updated.
This is a convenience that creates an instance of theAssessmentReportsDestination.Builder avoiding
the need to create one manually via AssessmentReportsDestination.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to assessmentReportsDestination(AssessmentReportsDestination).assessmentReportsDestination - a consumer that will call methods on AssessmentReportsDestination.BuilderassessmentReportsDestination(AssessmentReportsDestination)UpdateAssessmentRequest.Builder roles(Collection<Role> roles)
The list of roles for the assessment.
roles - The list of roles for the assessment.UpdateAssessmentRequest.Builder roles(Role... roles)
The list of roles for the assessment.
roles - The list of roles for the assessment.UpdateAssessmentRequest.Builder roles(Consumer<Role.Builder>... roles)
The list of roles for the assessment.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #roles(List) .roles - a consumer that will call methods on List.Builder #roles(List) UpdateAssessmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssessmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.