public static interface ControlMappingSource.Builder extends SdkPojo, CopyableBuilder<ControlMappingSource.Builder,ControlMappingSource>
| Modifier and Type | Method and Description |
|---|---|
ControlMappingSource.Builder |
sourceDescription(String sourceDescription)
The description of the source.
|
ControlMappingSource.Builder |
sourceFrequency(SourceFrequency sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
ControlMappingSource.Builder |
sourceFrequency(String sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
ControlMappingSource.Builder |
sourceId(String sourceId)
The unique identifier for the source.
|
default ControlMappingSource.Builder |
sourceKeyword(Consumer<SourceKeyword.Builder> sourceKeyword)
Sets the value of the SourceKeyword property for this object.
|
ControlMappingSource.Builder |
sourceKeyword(SourceKeyword sourceKeyword)
Sets the value of the SourceKeyword property for this object.
|
ControlMappingSource.Builder |
sourceName(String sourceName)
The name of the source.
|
ControlMappingSource.Builder |
sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source.
|
ControlMappingSource.Builder |
sourceSetUpOption(String sourceSetUpOption)
The setup option for the data source.
|
ControlMappingSource.Builder |
sourceType(SourceType sourceType)
Specifies one of the five data source types for evidence collection.
|
ControlMappingSource.Builder |
sourceType(String sourceType)
Specifies one of the five data source types for evidence collection.
|
ControlMappingSource.Builder |
troubleshootingText(String troubleshootingText)
The instructions for troubleshooting the control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlMappingSource.Builder sourceId(String sourceId)
The unique identifier for the source.
sourceId - The unique identifier for the source.ControlMappingSource.Builder sourceName(String sourceName)
The name of the source.
sourceName - The name of the source.ControlMappingSource.Builder sourceDescription(String sourceDescription)
The description of the source.
sourceDescription - The description of the source.ControlMappingSource.Builder sourceSetUpOption(String sourceSetUpOption)
The setup option for the data source. This option reflects if the evidence collection is automated or manual.
sourceSetUpOption - The setup option for the data source. This option reflects if the evidence collection is automated or
manual.SourceSetUpOption,
SourceSetUpOptionControlMappingSource.Builder sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source. This option reflects if the evidence collection is automated or manual.
sourceSetUpOption - The setup option for the data source. This option reflects if the evidence collection is automated or
manual.SourceSetUpOption,
SourceSetUpOptionControlMappingSource.Builder sourceType(String sourceType)
Specifies one of the five data source types for evidence collection.
sourceType - Specifies one of the five data source types for evidence collection.SourceType,
SourceTypeControlMappingSource.Builder sourceType(SourceType sourceType)
Specifies one of the five data source types for evidence collection.
sourceType - Specifies one of the five data source types for evidence collection.SourceType,
SourceTypeControlMappingSource.Builder sourceKeyword(SourceKeyword sourceKeyword)
sourceKeyword - The new value for the SourceKeyword property for this object.default ControlMappingSource.Builder sourceKeyword(Consumer<SourceKeyword.Builder> sourceKeyword)
SourceKeyword.Builder avoiding the need
to create one manually via SourceKeyword.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceKeyword(SourceKeyword).
sourceKeyword - a consumer that will call methods on SourceKeyword.BuildersourceKeyword(SourceKeyword)ControlMappingSource.Builder sourceFrequency(String sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
sourceFrequency - Specifies how often evidence is collected from the control mapping source.SourceFrequency,
SourceFrequencyControlMappingSource.Builder sourceFrequency(SourceFrequency sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
sourceFrequency - Specifies how often evidence is collected from the control mapping source.SourceFrequency,
SourceFrequencyControlMappingSource.Builder troubleshootingText(String troubleshootingText)
The instructions for troubleshooting the control.
troubleshootingText - The instructions for troubleshooting the control.Copyright © 2023. All rights reserved.