public static interface UpdateAssessmentRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentRequest.Builder,UpdateAssessmentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentRequest.Builder |
assessmentDescription(String assessmentDescription)
The description of the specified assessment.
|
UpdateAssessmentRequest.Builder |
assessmentId(String assessmentId)
The identifier for the specified assessment.
|
UpdateAssessmentRequest.Builder |
assessmentName(String assessmentName)
The name of the specified assessment to be updated.
|
UpdateAssessmentRequest.Builder |
assessmentReportsDestination(AssessmentReportsDestination assessmentReportsDestination)
The assessment report storage destination for the specified assessment that is being updated.
|
default UpdateAssessmentRequest.Builder |
assessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> assessmentReportsDestination)
The assessment report storage destination for the specified assessment that is being updated.
|
UpdateAssessmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAssessmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAssessmentRequest.Builder |
roles(Collection<Role> roles)
The list of roles for the specified assessment.
|
UpdateAssessmentRequest.Builder |
roles(Consumer<Role.Builder>... roles)
The list of roles for the specified assessment.
|
UpdateAssessmentRequest.Builder |
roles(Role... roles)
The list of roles for the specified assessment.
|
default UpdateAssessmentRequest.Builder |
scope(Consumer<Scope.Builder> scope)
The scope of the specified assessment.
|
UpdateAssessmentRequest.Builder |
scope(Scope scope)
The scope of the specified assessment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentRequest.Builder assessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId - The identifier for the specified assessment.UpdateAssessmentRequest.Builder assessmentName(String assessmentName)
The name of the specified assessment to be updated.
assessmentName - The name of the specified assessment to be updated.UpdateAssessmentRequest.Builder assessmentDescription(String assessmentDescription)
The description of the specified assessment.
assessmentDescription - The description of the specified assessment.UpdateAssessmentRequest.Builder scope(Scope scope)
The scope of the specified assessment.
scope - The scope of the specified assessment.default UpdateAssessmentRequest.Builder scope(Consumer<Scope.Builder> scope)
The scope of the specified 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 specified assessment that is being updated.
assessmentReportsDestination - The assessment report storage destination for the specified assessment that is being updated.default UpdateAssessmentRequest.Builder assessmentReportsDestination(Consumer<AssessmentReportsDestination.Builder> assessmentReportsDestination)
The assessment report storage destination for the specified assessment that is 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 specified assessment.
roles - The list of roles for the specified assessment.UpdateAssessmentRequest.Builder roles(Role... roles)
The list of roles for the specified assessment.
roles - The list of roles for the specified assessment.UpdateAssessmentRequest.Builder roles(Consumer<Role.Builder>... roles)
The list of roles for the specified 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 © 2021. All rights reserved.