Interface OrganizationEbsVolumesResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OrganizationEbsVolumesResult.Builder,
,OrganizationEbsVolumesResult> SdkBuilder<OrganizationEbsVolumesResult.Builder,
,OrganizationEbsVolumesResult> SdkPojo
- Enclosing class:
OrganizationEbsVolumesResult
public static interface OrganizationEbsVolumesResult.Builder
extends SdkPojo, CopyableBuilder<OrganizationEbsVolumesResult.Builder,OrganizationEbsVolumesResult>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnable
(Boolean autoEnable) An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the 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 Details
-
autoEnable
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
- Parameters:
autoEnable
- An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-