UpdateControlRequest.Builder |
UpdateControlRequest.Builder.actionPlanInstructions(String actionPlanInstructions) |
The recommended actions to carry out if the control isn't fulfilled.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.actionPlanTitle(String actionPlanTitle) |
The title of the action plan for remediating the control.
|
static UpdateControlRequest.Builder |
UpdateControlRequest.builder() |
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.controlId(String controlId) |
The identifier for the control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.controlMappingSources(Collection<ControlMappingSource> controlMappingSources) |
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources) |
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.controlMappingSources(ControlMappingSource... controlMappingSources) |
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.description(String description) |
The optional description of the control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.name(String name) |
The name of the updated control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.testingInformation(String testingInformation) |
The steps that you should follow to determine if the control is met.
|
UpdateControlRequest.Builder |
UpdateControlRequest.toBuilder() |
|