public static interface DescribeOrganizationConfigurationResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConfigurationResponse.Builder |
autoEnable(AutoEnable autoEnable)
The scan types are automatically enabled for new members of your organization.
|
default DescribeOrganizationConfigurationResponse.Builder |
autoEnable(Consumer<AutoEnable.Builder> autoEnable)
The scan types are automatically enabled for new members of your organization.
|
DescribeOrganizationConfigurationResponse.Builder |
maxAccountLimitReached(Boolean maxAccountLimitReached)
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon
Inspector.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationConfigurationResponse.Builder autoEnable(AutoEnable autoEnable)
The scan types are automatically enabled for new members of your organization.
autoEnable - The scan types are automatically enabled for new members of your organization.default DescribeOrganizationConfigurationResponse.Builder autoEnable(Consumer<AutoEnable.Builder> autoEnable)
The scan types are automatically enabled for new members of your 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)DescribeOrganizationConfigurationResponse.Builder maxAccountLimitReached(Boolean maxAccountLimitReached)
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
maxAccountLimitReached - Represents whether your organization has reached the maximum Amazon Web Services account limit for
Amazon Inspector.Copyright © 2023. All rights reserved.