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 is not 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 specified control.
|
UpdateControlRequest.Builder |
controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
UpdateControlRequest.Builder |
controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the specified control.
|
UpdateControlRequest.Builder |
controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
|
UpdateControlRequest.Builder |
description(String description)
The optional description of the control.
|
UpdateControlRequest.Builder |
name(String name)
The name of the control to be updated.
|
UpdateControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateControlRequest.Builder |
testingInformation(String testingInformation)
The steps that to follow to determine if the control has been satisfied.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateControlRequest.Builder controlId(String controlId)
The identifier for the specified control.
controlId - The identifier for the specified control.UpdateControlRequest.Builder name(String name)
The name of the control to be updated.
name - The name of the control to be updated.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 to follow to determine if the control has been satisfied.
testingInformation - The steps that to follow to determine if the control has been satisfied.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 is not fulfilled.
actionPlanInstructions - The recommended actions to carry out if the control is not fulfilled.UpdateControlRequest.Builder controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources - The data mapping sources for the specified control.UpdateControlRequest.Builder controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources - The data mapping sources for the specified control.UpdateControlRequest.Builder controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the specified control.
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 #controlMappingSources(List) .controlMappingSources - a consumer that will call methods on List.Builder #controlMappingSources(List) UpdateControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.