Interface AutoEnable.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoEnable.Builder,AutoEnable>,SdkBuilder<AutoEnable.Builder,AutoEnable>,SdkPojo
- Enclosing class:
- AutoEnable
public static interface AutoEnable.Builder extends SdkPojo, CopyableBuilder<AutoEnable.Builder,AutoEnable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoEnable.Builderec2(Boolean ec2)Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.AutoEnable.Builderecr(Boolean ecr)Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.AutoEnable.Builderlambda(Boolean lambda)Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.AutoEnable.BuilderlambdaCode(Boolean lambdaCode)Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ec2
AutoEnable.Builder ec2(Boolean ec2)
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
- Parameters:
ec2- Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ecr
AutoEnable.Builder ecr(Boolean ecr)
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
- Parameters:
ecr- Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambda
AutoEnable.Builder lambda(Boolean lambda)
Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
- Parameters:
lambda- Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaCode
AutoEnable.Builder lambdaCode(Boolean lambdaCode)
Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
</p>- Parameters:
lambdaCode- Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.</p>@return Returns a reference to this object so that method calls can be chained together.
-
-