Interface UpdateOrganizationConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,,UpdateOrganizationConfigurationRequest> SdkBuilder<UpdateOrganizationConfigurationRequest.Builder,,UpdateOrganizationConfigurationRequest> SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
UpdateOrganizationConfigurationRequest
-
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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
Method Details
-
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
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
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:
-
overrideConfiguration
UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-