| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
Control.Builder.actionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control is not 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 specified control.
|
static Control.Builder |
Control.builder() |
Control.Builder |
Control.Builder.controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
Control.Builder |
Control.Builder.controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the specified control.
|
Control.Builder |
Control.Builder.controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
|
Control.Builder |
Control.Builder.controlSources(String controlSources)
The data source that determines from where AWS Audit Manager collects evidence for the control.
|
Control.Builder |
Control.Builder.createdAt(Instant createdAt)
Specifies when the control was created.
|
Control.Builder |
Control.Builder.createdBy(String createdBy)
The IAM user or role that created the control.
|
Control.Builder |
Control.Builder.description(String description)
The description of the specified control.
|
Control.Builder |
Control.Builder.id(String id)
The unique identifier for the control.
|
Control.Builder |
Control.Builder.lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the control was most recently updated.
|
Control.Builder |
Control.Builder.lastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the control.
|
Control.Builder |
Control.Builder.name(String name)
The name of the specified 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 to follow to determine if the control has been satisfied.
|
Control.Builder |
Control.toBuilder() |
Control.Builder |
Control.Builder.type(ControlType type)
The type of control, such as custom or standard.
|
Control.Builder |
Control.Builder.type(String type)
The type of control, such as custom or standard.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Control.Builder> |
Control.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateControlResponse.Builder |
CreateControlResponse.Builder.control(Consumer<Control.Builder> control)
The new control returned by the
CreateControl API. |
default UpdateControlResponse.Builder |
UpdateControlResponse.Builder.control(Consumer<Control.Builder> control)
The name of the updated control set returned by the
UpdateControl API. |
default GetControlResponse.Builder |
GetControlResponse.Builder.control(Consumer<Control.Builder> control)
The name of the control returned by the
GetControl API. |
Copyright © 2021. All rights reserved.