@Stability(value=Stable) public static final class CfnDetectorProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorProps>
CfnDetectorProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDetectorProps |
build()
Builds the configured instance.
|
CfnDetectorProps.Builder |
dataSources(CfnDetector.CFNDataSourceConfigurationsProperty dataSources)
Sets the value of
CfnDetectorProps.getDataSources() |
CfnDetectorProps.Builder |
dataSources(IResolvable dataSources)
Sets the value of
CfnDetectorProps.getDataSources() |
CfnDetectorProps.Builder |
enable(Boolean enable)
Sets the value of
CfnDetectorProps.getEnable() |
CfnDetectorProps.Builder |
enable(IResolvable enable)
Sets the value of
CfnDetectorProps.getEnable() |
CfnDetectorProps.Builder |
findingPublishingFrequency(String findingPublishingFrequency)
Sets the value of
CfnDetectorProps.getFindingPublishingFrequency() |
@Stability(value=Stable) public CfnDetectorProps.Builder enable(Boolean enable)
CfnDetectorProps.getEnable()enable - `AWS::GuardDuty::Detector.Enable`. This parameter is required.this@Stability(value=Stable) public CfnDetectorProps.Builder enable(IResolvable enable)
CfnDetectorProps.getEnable()enable - `AWS::GuardDuty::Detector.Enable`. This parameter is required.this@Stability(value=Stable) public CfnDetectorProps.Builder dataSources(CfnDetector.CFNDataSourceConfigurationsProperty dataSources)
CfnDetectorProps.getDataSources()dataSources - `AWS::GuardDuty::Detector.DataSources`.this@Stability(value=Stable) public CfnDetectorProps.Builder dataSources(IResolvable dataSources)
CfnDetectorProps.getDataSources()dataSources - `AWS::GuardDuty::Detector.DataSources`.this@Stability(value=Stable) public CfnDetectorProps.Builder findingPublishingFrequency(String findingPublishingFrequency)
CfnDetectorProps.getFindingPublishingFrequency()findingPublishingFrequency - `AWS::GuardDuty::Detector.FindingPublishingFrequency`.this@Stability(value=Stable) public CfnDetectorProps build()
build in interface software.amazon.jsii.Builder<CfnDetectorProps>CfnDetectorPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.