Control.Builder |
Control.Builder.actionPlanInstructions(String actionPlanInstructions) |
The recommended actions to carry out if the control isn't fulfilled.
|
Control.Builder |
Control.Builder.actionPlanTitle(String actionPlanTitle) |
The title of the action plan for remediating the control.
|
Control.Builder |
Control.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the control.
|
static Control.Builder |
Control.builder() |
|
Control.Builder |
Control.Builder.controlMappingSources(Collection<ControlMappingSource> controlMappingSources) |
The data mapping sources for the control.
|
Control.Builder |
Control.Builder.controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources) |
The data mapping sources for the control.
|
Control.Builder |
Control.Builder.controlMappingSources(ControlMappingSource... controlMappingSources) |
The data mapping sources for the control.
|
Control.Builder |
Control.Builder.controlSources(String controlSources) |
The data source types that determine where Audit Manager collects evidence from for the control.
|
Control.Builder |
Control.Builder.createdAt(Instant createdAt) |
The time when the control was created.
|
Control.Builder |
Control.Builder.createdBy(String createdBy) |
The user or role that created the control.
|
Control.Builder |
Control.Builder.description(String description) |
The description of the control.
|
Control.Builder |
Control.Builder.id(String id) |
The unique identifier for the control.
|
Control.Builder |
Control.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time when the control was most recently updated.
|
Control.Builder |
Control.Builder.lastUpdatedBy(String lastUpdatedBy) |
The user or role that most recently updated the control.
|
Control.Builder |
Control.Builder.name(String name) |
The name of the control.
|
Control.Builder |
Control.Builder.tags(Map<String,String> tags) |
The tags associated with the control.
|
Control.Builder |
Control.Builder.testingInformation(String testingInformation) |
The steps that you should follow to determine if the control has been satisfied.
|
Control.Builder |
Control.toBuilder() |
|
Control.Builder |
Control.Builder.type(String type) |
Specifies whether the control is a standard control or a custom control.
|
Control.Builder |
Control.Builder.type(ControlType type) |
Specifies whether the control is a standard control or a custom control.
|