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