| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateControlMappingSource.Builder |
CreateControlMappingSource.builder() |
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceDescription(String sourceDescription)
The description of the data source that determines where Audit Manager collects evidence from for the
control.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceFrequency(SourceFrequency sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceFrequency(String sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
default CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceKeyword(Consumer<SourceKeyword.Builder> sourceKeyword)
Sets the value of the SourceKeyword property for this object.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceKeyword(SourceKeyword sourceKeyword)
Sets the value of the SourceKeyword property for this object.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceName(String sourceName)
The name of the control mapping data source.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceSetUpOption(String sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceType(SourceType sourceType)
Specifies one of the five types of data sources for evidence collection.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceType(String sourceType)
Specifies one of the five types of data sources for evidence collection.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.toBuilder() |
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.troubleshootingText(String troubleshootingText)
The instructions for troubleshooting the control.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateControlMappingSource.Builder> |
CreateControlMappingSource.serializableBuilderClass() |
Copyright © 2023. All rights reserved.