Interface DescribeOrganizationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,
,DescribeOrganizationConfigurationResponse> SdkBuilder<DescribeOrganizationConfigurationResponse.Builder,
,DescribeOrganizationConfigurationResponse> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
DescribeOrganizationConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionautoEnable
(Boolean autoEnable) Whether to automatically enable Security Hub for new accounts in the organization.autoEnableStandards
(String autoEnableStandards) Whether to automatically enable Security Hub default standards for new member accounts in the organization.autoEnableStandards
(AutoEnableStandards autoEnableStandards) Whether to automatically enable Security Hub default standards for new member accounts in the organization.memberAccountLimitReached
(Boolean memberAccountLimitReached) Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountLimitReached
DescribeOrganizationConfigurationResponse.Builder memberAccountLimitReached(Boolean memberAccountLimitReached) Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
- Parameters:
memberAccountLimitReached
- Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 toNONE
, then default standards are not automatically enabled for new member accounts.- Parameters:
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 toNONE
, then default standards are not automatically enabled for new member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoEnableStandards
DescribeOrganizationConfigurationResponse.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 toNONE
, then default standards are not automatically enabled for new member accounts.- Parameters:
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 toNONE
, then default standards are not automatically enabled for new member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-