public static interface UpdateAssessmentControlRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentControlRequest.Builder,UpdateAssessmentControlRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentControlRequest.Builder |
assessmentId(String assessmentId)
The unique identifier for the assessment.
|
UpdateAssessmentControlRequest.Builder |
commentBody(String commentBody)
The comment body text for the control.
|
UpdateAssessmentControlRequest.Builder |
controlId(String controlId)
The unique identifier for the control.
|
UpdateAssessmentControlRequest.Builder |
controlSetId(String controlSetId)
The unique identifier for the control set.
|
UpdateAssessmentControlRequest.Builder |
controlStatus(ControlStatus controlStatus)
The status of the control.
|
UpdateAssessmentControlRequest.Builder |
controlStatus(String controlStatus)
The status of the control.
|
UpdateAssessmentControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAssessmentControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentControlRequest.Builder assessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId - The unique identifier for the assessment.UpdateAssessmentControlRequest.Builder controlSetId(String controlSetId)
The unique identifier for the control set.
controlSetId - The unique identifier for the control set.UpdateAssessmentControlRequest.Builder controlId(String controlId)
The unique identifier for the control.
controlId - The unique identifier for the control.UpdateAssessmentControlRequest.Builder controlStatus(String controlStatus)
The status of the control.
controlStatus - The status of the control.ControlStatus,
ControlStatusUpdateAssessmentControlRequest.Builder controlStatus(ControlStatus controlStatus)
The status of the control.
controlStatus - The status of the control.ControlStatus,
ControlStatusUpdateAssessmentControlRequest.Builder commentBody(String commentBody)
The comment body text for the control.
commentBody - The comment body text for the control.UpdateAssessmentControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssessmentControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.