public static interface OrganizationMalwareProtectionConfiguration.Builder extends SdkPojo, CopyableBuilder<OrganizationMalwareProtectionConfiguration.Builder,OrganizationMalwareProtectionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default OrganizationMalwareProtectionConfiguration.Builder |
scanEc2InstanceWithFindings(Consumer<OrganizationScanEc2InstanceWithFindings.Builder> scanEc2InstanceWithFindings)
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the
organization.
|
OrganizationMalwareProtectionConfiguration.Builder |
scanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindings scanEc2InstanceWithFindings)
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the
organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationMalwareProtectionConfiguration.Builder scanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindings scanEc2InstanceWithFindings)
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
scanEc2InstanceWithFindings - Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members
joining the organization.default OrganizationMalwareProtectionConfiguration.Builder scanEc2InstanceWithFindings(Consumer<OrganizationScanEc2InstanceWithFindings.Builder> scanEc2InstanceWithFindings)
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
This is a convenience method that creates an instance of theOrganizationScanEc2InstanceWithFindings.Builder avoiding the need to create one manually via
OrganizationScanEc2InstanceWithFindings.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
scanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindings).
scanEc2InstanceWithFindings - a consumer that will call methods on OrganizationScanEc2InstanceWithFindings.BuilderscanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindings)Copyright © 2022. All rights reserved.