public static interface UpdateOrganizationConfigurationResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationConfigurationResponse.Builder,UpdateOrganizationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationConfigurationResponse.Builder |
autoEnable(AutoEnable autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
|
default UpdateOrganizationConfigurationResponse.Builder |
autoEnable(Consumer<AutoEnable.Builder> autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOrganizationConfigurationResponse.Builder autoEnable(AutoEnable autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
autoEnable - The updated status of scan types automatically enabled for new members of your Amazon Inspector
organization.default UpdateOrganizationConfigurationResponse.Builder autoEnable(Consumer<AutoEnable.Builder> autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
This is a convenience method that creates an instance of theAutoEnable.Builder avoiding the need to
create one manually via AutoEnable.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to autoEnable(AutoEnable).
autoEnable - a consumer that will call methods on AutoEnable.BuilderautoEnable(AutoEnable)Copyright © 2022. All rights reserved.