Interface UpdateOrganizationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>,SdkBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- UpdateOrganizationConfigurationRequest
public static interface UpdateOrganizationConfigurationRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateOrganizationConfigurationRequest.BuilderautoEnable(Boolean autoEnable)Whether to automatically enable Security Hub for new accounts in the organization.UpdateOrganizationConfigurationRequest.BuilderautoEnableStandards(String autoEnableStandards)Whether to automatically enable Security Hub default standards for new member accounts in the organization.UpdateOrganizationConfigurationRequest.BuilderautoEnableStandards(AutoEnableStandards autoEnableStandards)Whether to automatically enable Security Hub default standards for new member accounts in the organization.UpdateOrganizationConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOrganizationConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
autoEnable
UpdateOrganizationConfigurationRequest.Builder autoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
By default, this is
false, and new accounts are not added automatically.To automatically enable Security Hub for new accounts, set this to
true.- Parameters:
autoEnable- Whether to automatically enable Security Hub for new accounts in the organization.By default, this is
false, and new accounts are not added automatically.To automatically enable Security Hub for new accounts, set this to
true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnableStandards
UpdateOrganizationConfigurationRequest.Builder autoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
By default, this parameter is equal to
DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.To opt out of enabling default standards for new member accounts, set this parameter equal to
NONE.- Parameters:
autoEnableStandards- Whether to automatically enable Security Hub default standards for new member accounts in the organization.By default, this parameter is equal to
DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.To opt out of enabling default standards for new member accounts, set this parameter equal to
NONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoEnableStandards,AutoEnableStandards
-
autoEnableStandards
UpdateOrganizationConfigurationRequest.Builder autoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
By default, this parameter is equal to
DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.To opt out of enabling default standards for new member accounts, set this parameter equal to
NONE.- Parameters:
autoEnableStandards- Whether to automatically enable Security Hub default standards for new member accounts in the organization.By default, this parameter is equal to
DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.To opt out of enabling default standards for new member accounts, set this parameter equal to
NONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoEnableStandards,AutoEnableStandards
-
overrideConfiguration
UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-