public static interface Control.Builder extends SdkPojo, CopyableBuilder<Control.Builder,Control>
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
actionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control is not fulfilled.
|
Control.Builder |
actionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
Control.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the specified control.
|
Control.Builder |
controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
Control.Builder |
controlMappingSources(Consumer<ControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the specified control.
|
Control.Builder |
controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
|
Control.Builder |
controlSources(String controlSources)
The data source that determines from where AWS Audit Manager collects evidence for the control.
|
Control.Builder |
createdAt(Instant createdAt)
Specifies when the control was created.
|
Control.Builder |
createdBy(String createdBy)
The IAM user or role that created the control.
|
Control.Builder |
description(String description)
The description of the specified control.
|
Control.Builder |
id(String id)
The unique identifier for the control.
|
Control.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the control was most recently updated.
|
Control.Builder |
lastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the control.
|
Control.Builder |
name(String name)
The name of the specified control.
|
Control.Builder |
tags(Map<String,String> tags)
The tags associated with the control.
|
Control.Builder |
testingInformation(String testingInformation)
The steps to follow to determine if the control has been satisfied.
|
Control.Builder |
type(ControlType type)
The type of control, such as custom or standard.
|
Control.Builder |
type(String type)
The type of control, such as custom or standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControl.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified control.
arn - The Amazon Resource Name (ARN) of the specified control.Control.Builder id(String id)
The unique identifier for the control.
id - The unique identifier for the control.Control.Builder type(String type)
The type of control, such as custom or standard.
type - The type of control, such as custom or standard.ControlType,
ControlTypeControl.Builder type(ControlType type)
The type of control, such as custom or standard.
type - The type of control, such as custom or standard.ControlType,
ControlTypeControl.Builder name(String name)
The name of the specified control.
name - The name of the specified control.Control.Builder description(String description)
The description of the specified control.
description - The description of the specified control.Control.Builder testingInformation(String testingInformation)
The steps to follow to determine if the control has been satisfied.
testingInformation - The steps to follow to determine if the control has been satisfied.Control.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.Control.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.Control.Builder controlSources(String controlSources)
The data source that determines from where AWS Audit Manager collects evidence for the control.
controlSources - The data source that determines from where AWS Audit Manager collects evidence for the control.Control.Builder controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources - The data mapping sources for the specified control.Control.Builder controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources - The data mapping sources for the specified control.Control.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) Control.Builder createdAt(Instant createdAt)
Specifies when the control was created.
createdAt - Specifies when the control was created.Control.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the control was most recently updated.
lastUpdatedAt - Specifies when the control was most recently updated.Control.Builder createdBy(String createdBy)
The IAM user or role that created the control.
createdBy - The IAM user or role that created the control.Control.Builder lastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the control.
lastUpdatedBy - The IAM user or role that most recently updated the control.Control.Builder tags(Map<String,String> tags)
The tags associated with the control.
tags - The tags associated with the control.Copyright © 2021. All rights reserved.