public static interface UpdateControlRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateControlRequest.Builder,UpdateControlRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateControlRequest.Builder |
actionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
|
UpdateControlRequest.Builder |
actionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
UpdateControlRequest.Builder |
controlId(String controlId)
The identifier for the control.
|
UpdateControlRequest.Builder |
controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
description(String description)
The optional description of the control.
|
UpdateControlRequest.Builder |
name(String name)
The name of the updated control.
|
UpdateControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateControlRequest.Builder |
testingInformation(String testingInformation)
The steps that you should follow to determine if the control is met.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateControlRequest.Builder controlId(String controlId)
The identifier for the control.
controlId - The identifier for the control.UpdateControlRequest.Builder name(String name)
The name of the updated control.
name - The name of the updated control.UpdateControlRequest.Builder description(String description)
The optional description of the control.
description - The optional description of the control.UpdateControlRequest.Builder testingInformation(String testingInformation)
The steps that you should follow to determine if the control is met.
testingInformation - The steps that you should follow to determine if the control is met.UpdateControlRequest.Builder actionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
actionPlanTitle - The title of the action plan for remediating the control.UpdateControlRequest.Builder actionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
actionPlanInstructions - The recommended actions to carry out if the control isn't fulfilled.UpdateControlRequest.Builder controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
controlMappingSources - The data mapping sources for the control.UpdateControlRequest.Builder controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
controlMappingSources - The data mapping sources for the control.UpdateControlRequest.Builder controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the control.
This is a convenience method that creates an instance of theControlMappingSource.Builder avoiding the need to
create one manually via
ControlMappingSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #controlMappingSources(List.
controlMappingSources - a consumer that will call methods on
ControlMappingSource.Builder#controlMappingSources(java.util.Collection) UpdateControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.