public static interface UpdateAssessmentControlSetStatusRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentControlSetStatusRequest.Builder,UpdateAssessmentControlSetStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentControlSetStatusRequest.Builder |
assessmentId(String assessmentId)
The unique identifier for the assessment.
|
UpdateAssessmentControlSetStatusRequest.Builder |
comment(String comment)
The comment that's related to the status update.
|
UpdateAssessmentControlSetStatusRequest.Builder |
controlSetId(String controlSetId)
The unique identifier for the control set.
|
UpdateAssessmentControlSetStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAssessmentControlSetStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAssessmentControlSetStatusRequest.Builder |
status(ControlSetStatus status)
The status of the control set that's being updated.
|
UpdateAssessmentControlSetStatusRequest.Builder |
status(String status)
The status of the control set that's being updated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentControlSetStatusRequest.Builder assessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId - The unique identifier for the assessment.UpdateAssessmentControlSetStatusRequest.Builder controlSetId(String controlSetId)
The unique identifier for the control set.
controlSetId - The unique identifier for the control set.UpdateAssessmentControlSetStatusRequest.Builder status(String status)
The status of the control set that's being updated.
status - The status of the control set that's being updated.ControlSetStatus,
ControlSetStatusUpdateAssessmentControlSetStatusRequest.Builder status(ControlSetStatus status)
The status of the control set that's being updated.
status - The status of the control set that's being updated.ControlSetStatus,
ControlSetStatusUpdateAssessmentControlSetStatusRequest.Builder comment(String comment)
The comment that's related to the status update.
comment - The comment that's related to the status update.UpdateAssessmentControlSetStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssessmentControlSetStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.