Class GuarddutyDetectorDatasourcesS3Logs.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.guardduty_detector.GuarddutyDetectorDatasourcesS3Logs.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GuarddutyDetectorDatasourcesS3Logs>
- Enclosing interface:
- GuarddutyDetectorDatasourcesS3Logs
@Stability(Stable) public static final class GuarddutyDetectorDatasourcesS3Logs.Builder extends Object implements software.amazon.jsii.Builder<GuarddutyDetectorDatasourcesS3Logs>
A builder forGuarddutyDetectorDatasourcesS3Logs
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuarddutyDetectorDatasourcesS3Logsbuild()Builds the configured instance.GuarddutyDetectorDatasourcesS3Logs.Builderenable(com.hashicorp.cdktf.IResolvable enable)Sets the value ofGuarddutyDetectorDatasourcesS3Logs.getEnable()GuarddutyDetectorDatasourcesS3Logs.Builderenable(Boolean enable)Sets the value ofGuarddutyDetectorDatasourcesS3Logs.getEnable()
-
-
-
Method Detail
-
enable
@Stability(Stable) public GuarddutyDetectorDatasourcesS3Logs.Builder enable(Boolean enable)
Sets the value ofGuarddutyDetectorDatasourcesS3Logs.getEnable()- Parameters:
enable- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/guardduty_detector#enable GuarddutyDetector#enable}. This parameter is required.- Returns:
this
-
enable
@Stability(Stable) public GuarddutyDetectorDatasourcesS3Logs.Builder enable(com.hashicorp.cdktf.IResolvable enable)
Sets the value ofGuarddutyDetectorDatasourcesS3Logs.getEnable()- Parameters:
enable- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/guardduty_detector#enable GuarddutyDetector#enable}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public GuarddutyDetectorDatasourcesS3Logs build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GuarddutyDetectorDatasourcesS3Logs>- Returns:
- a new instance of
GuarddutyDetectorDatasourcesS3Logs - Throws:
NullPointerException- if any required attribute was not provided
-
-