Interface DescribeOrganizationConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>,SdkBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- DescribeOrganizationConfigurationResponse
public static interface DescribeOrganizationConfigurationResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderautoEnable(Boolean autoEnable)Whether to automatically enable Security Hub for new accounts in the organization.DescribeOrganizationConfigurationResponse.BuilderautoEnableStandards(String autoEnableStandards)Whether to automatically enable Security Hub default standards for new member accounts in the organization.DescribeOrganizationConfigurationResponse.BuilderautoEnableStandards(AutoEnableStandards autoEnableStandards)Whether to automatically enable Security Hub default standards for new member accounts in the organization.DescribeOrganizationConfigurationResponse.BuildermemberAccountLimitReached(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 Detail
-
autoEnable
DescribeOrganizationConfigurationResponse.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.- 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
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 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,AutoEnableStandards
-
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:
AutoEnableStandards,AutoEnableStandards
-
-