public static interface AutoEnable.Builder extends SdkPojo, CopyableBuilder<AutoEnable.Builder,AutoEnable>
| Modifier and Type | Method and Description |
|---|---|
AutoEnable.Builder |
ec2(Boolean ec2)
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector
organization.
|
AutoEnable.Builder |
ecr(Boolean ecr)
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector
organization.
|
AutoEnable.Builder |
lambda(Boolean lambda)
Represents whether AWS Lambda standard scans are automatically enabled for new members of your Amazon
Inspector organization.
|
AutoEnable.Builder |
lambdaCode(Boolean lambdaCode)
Represents whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector
organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoEnable.Builder ec2(Boolean ec2)
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
ec2 - Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector
organization.AutoEnable.Builder ecr(Boolean ecr)
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
ecr - Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector
organization.AutoEnable.Builder lambda(Boolean lambda)
Represents whether AWS Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
lambda - Represents whether AWS Lambda standard scans are automatically enabled for new members of your Amazon
Inspector organization.AutoEnable.Builder lambdaCode(Boolean lambdaCode)
Represents whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
</p>
lambdaCode - Represents whether AWS 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.Copyright © 2023. All rights reserved.