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 specified source.
|
ControlMappingSource.Builder |
sourceFrequency(SourceFrequency sourceFrequency)
The frequency of evidence collection for the specified control mapping source.
|
ControlMappingSource.Builder |
sourceFrequency(String sourceFrequency)
The frequency of evidence collection for the specified control mapping source.
|
ControlMappingSource.Builder |
sourceId(String sourceId)
The unique identifier for the specified 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 specified source.
|
ControlMappingSource.Builder |
sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
ControlMappingSource.Builder |
sourceSetUpOption(String sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
ControlMappingSource.Builder |
sourceType(SourceType sourceType)
Specifies one of the five types of data sources for evidence collection.
|
ControlMappingSource.Builder |
sourceType(String sourceType)
Specifies one of the five types of data sources for evidence collection.
|
ControlMappingSource.Builder |
troubleshootingText(String troubleshootingText)
The instructions for troubleshooting the specified control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlMappingSource.Builder sourceId(String sourceId)
The unique identifier for the specified source.
sourceId - The unique identifier for the specified source.ControlMappingSource.Builder sourceName(String sourceName)
The name of the specified source.
sourceName - The name of the specified source.ControlMappingSource.Builder sourceDescription(String sourceDescription)
The description of the specified source.
sourceDescription - The description of the specified source.ControlMappingSource.Builder sourceSetUpOption(String sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
sourceSetUpOption - The setup option for the data source, which reflects if the evidence collection is automated or
manual.SourceSetUpOption,
SourceSetUpOptionControlMappingSource.Builder sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
sourceSetUpOption - The setup option for the data source, which reflects if the evidence collection is automated or
manual.SourceSetUpOption,
SourceSetUpOptionControlMappingSource.Builder sourceType(String sourceType)
Specifies one of the five types of data sources for evidence collection.
sourceType - Specifies one of the five types of data sources for evidence collection.SourceType,
SourceTypeControlMappingSource.Builder sourceType(SourceType sourceType)
Specifies one of the five types of data sources for evidence collection.
sourceType - Specifies one of the five types of data sources 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)
The frequency of evidence collection for the specified control mapping source.
sourceFrequency - The frequency of evidence collection for the specified control mapping source.SourceFrequency,
SourceFrequencyControlMappingSource.Builder sourceFrequency(SourceFrequency sourceFrequency)
The frequency of evidence collection for the specified control mapping source.
sourceFrequency - The frequency of evidence collection for the specified control mapping source.SourceFrequency,
SourceFrequencyControlMappingSource.Builder troubleshootingText(String troubleshootingText)
The instructions for troubleshooting the specified control.
troubleshootingText - The instructions for troubleshooting the specified control.Copyright © 2021. All rights reserved.