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 |
autoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
|
DescribeOrganizationConfigurationResponse.Builder |
autoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member 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.DescribeOrganizationConfigurationResponse.Builder autoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE, then default standards are not automatically enabled for new
member accounts.
autoEnableStandards - Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for
new member accounts. If equal to NONE, then default standards are not automatically
enabled for new member accounts.
AutoEnableStandards,
AutoEnableStandardsDescribeOrganizationConfigurationResponse.Builder autoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE, then default standards are not automatically enabled for new
member accounts.
autoEnableStandards - Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for
new member accounts. If equal to NONE, then default standards are not automatically
enabled for new member accounts.
AutoEnableStandards,
AutoEnableStandardsCopyright © 2023. All rights reserved.