public static interface UpdateOrganizationConfigurationRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationConfigurationRequest.Builder |
autoEnable(AutoEnable autoEnable)
Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
|
default UpdateOrganizationConfigurationRequest.Builder |
autoEnable(Consumer<AutoEnable.Builder> autoEnable)
Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
|
UpdateOrganizationConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateOrganizationConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOrganizationConfigurationRequest.Builder autoEnable(AutoEnable autoEnable)
Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
autoEnable - Defines which scan types are enabled automatically for new members of your Amazon Inspector
organization.default UpdateOrganizationConfigurationRequest.Builder autoEnable(Consumer<AutoEnable.Builder> autoEnable)
Defines which scan types are enabled automatically 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)UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.