public static interface MalwareProtectionConfigurationResult.Builder extends SdkPojo, CopyableBuilder<MalwareProtectionConfigurationResult.Builder,MalwareProtectionConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
default MalwareProtectionConfigurationResult.Builder |
scanEc2InstanceWithFindings(Consumer<ScanEc2InstanceWithFindingsResult.Builder> scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
|
MalwareProtectionConfigurationResult.Builder |
scanEc2InstanceWithFindings(ScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
|
MalwareProtectionConfigurationResult.Builder |
serviceRole(String serviceRole)
The GuardDuty Malware Protection service role.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMalwareProtectionConfigurationResult.Builder scanEc2InstanceWithFindings(ScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
scanEc2InstanceWithFindings - Describes the configuration of Malware Protection for EC2 instances with findings.default MalwareProtectionConfigurationResult.Builder scanEc2InstanceWithFindings(Consumer<ScanEc2InstanceWithFindingsResult.Builder> scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
This is a convenience method that creates an instance of theScanEc2InstanceWithFindingsResult.Builder avoiding the need to create one manually via
ScanEc2InstanceWithFindingsResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
scanEc2InstanceWithFindings(ScanEc2InstanceWithFindingsResult).
scanEc2InstanceWithFindings - a consumer that will call methods on ScanEc2InstanceWithFindingsResult.BuilderscanEc2InstanceWithFindings(ScanEc2InstanceWithFindingsResult)MalwareProtectionConfigurationResult.Builder serviceRole(String serviceRole)
The GuardDuty Malware Protection service role.
serviceRole - The GuardDuty Malware Protection service role.Copyright © 2023. All rights reserved.