public static interface CreateControlMappingSource.Builder extends SdkPojo, CopyableBuilder<CreateControlMappingSource.Builder,CreateControlMappingSource>
| Modifier and Type | Method and Description |
|---|---|
CreateControlMappingSource.Builder |
sourceDescription(String sourceDescription)
The description of the data source that determines where Audit Manager collects evidence from for the
control.
|
CreateControlMappingSource.Builder |
sourceFrequency(SourceFrequency sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
CreateControlMappingSource.Builder |
sourceFrequency(String sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
default CreateControlMappingSource.Builder |
sourceKeyword(Consumer<SourceKeyword.Builder> sourceKeyword)
Sets the value of the SourceKeyword property for this object.
|
CreateControlMappingSource.Builder |
sourceKeyword(SourceKeyword sourceKeyword)
Sets the value of the SourceKeyword property for this object.
|
CreateControlMappingSource.Builder |
sourceName(String sourceName)
The name of the control mapping data source.
|
CreateControlMappingSource.Builder |
sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
CreateControlMappingSource.Builder |
sourceSetUpOption(String sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
CreateControlMappingSource.Builder |
sourceType(SourceType sourceType)
Specifies one of the five types of data sources for evidence collection.
|
CreateControlMappingSource.Builder |
sourceType(String sourceType)
Specifies one of the five types of data sources for evidence collection.
|
CreateControlMappingSource.Builder |
troubleshootingText(String troubleshootingText)
The instructions for troubleshooting the control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateControlMappingSource.Builder sourceName(String sourceName)
The name of the control mapping data source.
sourceName - The name of the control mapping data source.CreateControlMappingSource.Builder sourceDescription(String sourceDescription)
The description of the data source that determines where Audit Manager collects evidence from for the control.
sourceDescription - The description of the data source that determines where Audit Manager collects evidence from for the
control.CreateControlMappingSource.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,
SourceSetUpOptionCreateControlMappingSource.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,
SourceSetUpOptionCreateControlMappingSource.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,
SourceTypeCreateControlMappingSource.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,
SourceTypeCreateControlMappingSource.Builder sourceKeyword(SourceKeyword sourceKeyword)
sourceKeyword - The new value for the SourceKeyword property for this object.default CreateControlMappingSource.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)CreateControlMappingSource.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,
SourceFrequencyCreateControlMappingSource.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,
SourceFrequencyCreateControlMappingSource.Builder troubleshootingText(String troubleshootingText)
The instructions for troubleshooting the control.
troubleshootingText - The instructions for troubleshooting the control.Copyright © 2023. All rights reserved.