public static interface DescribeOrganizationConfigurationResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConfigurationResponse.Builder |
autoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
|
DescribeOrganizationConfigurationResponse.Builder |
memberAccountLimitReached(Boolean memberAccountLimitReached)
Whether the maximum number of allowed member accounts are already associated with the Security Hub
administrator account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationConfigurationResponse.Builder autoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true, then Security Hub is enabled for new accounts. If set to false, then new
accounts are not added automatically.
autoEnable - Whether to automatically enable Security Hub for new accounts in the organization.
If set to true, then Security Hub is enabled for new accounts. If set to false, then new
accounts are not added automatically.
DescribeOrganizationConfigurationResponse.Builder memberAccountLimitReached(Boolean memberAccountLimitReached)
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
memberAccountLimitReached - Whether the maximum number of allowed member accounts are already associated with the Security Hub
administrator account.Copyright © 2021. All rights reserved.