public static interface OrganizationScanEc2InstanceWithFindings.Builder extends SdkPojo, CopyableBuilder<OrganizationScanEc2InstanceWithFindings.Builder,OrganizationScanEc2InstanceWithFindings>
| Modifier and Type | Method and Description |
|---|---|
default OrganizationScanEc2InstanceWithFindings.Builder |
ebsVolumes(Consumer<OrganizationEbsVolumes.Builder> ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
|
OrganizationScanEc2InstanceWithFindings.Builder |
ebsVolumes(OrganizationEbsVolumes ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationScanEc2InstanceWithFindings.Builder ebsVolumes(OrganizationEbsVolumes ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
ebsVolumes - Whether scanning EBS volumes should be auto-enabled for new members joining the organization.default OrganizationScanEc2InstanceWithFindings.Builder ebsVolumes(Consumer<OrganizationEbsVolumes.Builder> ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
This is a convenience method that creates an instance of theOrganizationEbsVolumes.Builder avoiding
the need to create one manually via OrganizationEbsVolumes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ebsVolumes(OrganizationEbsVolumes).
ebsVolumes - a consumer that will call methods on OrganizationEbsVolumes.BuilderebsVolumes(OrganizationEbsVolumes)Copyright © 2023. All rights reserved.