Interface OrganizationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationConfiguration.Builder,OrganizationConfiguration>,SdkBuilder<OrganizationConfiguration.Builder,OrganizationConfiguration>,SdkPojo
- Enclosing class:
- OrganizationConfiguration
public static interface OrganizationConfiguration.Builder extends SdkPojo, CopyableBuilder<OrganizationConfiguration.Builder,OrganizationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationConfiguration.BuilderconfigurationType(String configurationType)Indicates whether the organization uses local or central configuration.OrganizationConfiguration.BuilderconfigurationType(OrganizationConfigurationConfigurationType configurationType)Indicates whether the organization uses local or central configuration.OrganizationConfiguration.Builderstatus(String status)Describes whether central configuration could be enabled as theConfigurationTypefor the organization.OrganizationConfiguration.Builderstatus(OrganizationConfigurationStatus status)Describes whether central configuration could be enabled as theConfigurationTypefor the organization.OrganizationConfiguration.BuilderstatusMessage(String statusMessage)Provides an explanation if the value ofStatusis equal toFAILEDwhenConfigurationTypeis equal toCENTRAL.-
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
-
-
-
-
Method Detail
-
configurationType
OrganizationConfiguration.Builder configurationType(String configurationType)
Indicates whether the organization uses local or central configuration.
If you use local configuration, the Security Hub delegated administrator can set
AutoEnabletotrueandAutoEnableStandardstoDEFAULT. This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region.If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
- Parameters:
configurationType- Indicates whether the organization uses local or central configuration.If you use local configuration, the Security Hub delegated administrator can set
AutoEnabletotrueandAutoEnableStandardstoDEFAULT. This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region.If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationConfigurationConfigurationType,OrganizationConfigurationConfigurationType
-
configurationType
OrganizationConfiguration.Builder configurationType(OrganizationConfigurationConfigurationType configurationType)
Indicates whether the organization uses local or central configuration.
If you use local configuration, the Security Hub delegated administrator can set
AutoEnabletotrueandAutoEnableStandardstoDEFAULT. This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region.If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
- Parameters:
configurationType- Indicates whether the organization uses local or central configuration.If you use local configuration, the Security Hub delegated administrator can set
AutoEnabletotrueandAutoEnableStandardstoDEFAULT. This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region.If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationConfigurationConfigurationType,OrganizationConfigurationConfigurationType
-
status
OrganizationConfiguration.Builder status(String status)
Describes whether central configuration could be enabled as the
ConfigurationTypefor the organization. If yourConfigurationTypeis local configuration, then the value ofStatusis alwaysENABLED.- Parameters:
status- Describes whether central configuration could be enabled as theConfigurationTypefor the organization. If yourConfigurationTypeis local configuration, then the value ofStatusis alwaysENABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationConfigurationStatus,OrganizationConfigurationStatus
-
status
OrganizationConfiguration.Builder status(OrganizationConfigurationStatus status)
Describes whether central configuration could be enabled as the
ConfigurationTypefor the organization. If yourConfigurationTypeis local configuration, then the value ofStatusis alwaysENABLED.- Parameters:
status- Describes whether central configuration could be enabled as theConfigurationTypefor the organization. If yourConfigurationTypeis local configuration, then the value ofStatusis alwaysENABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationConfigurationStatus,OrganizationConfigurationStatus
-
statusMessage
OrganizationConfiguration.Builder statusMessage(String statusMessage)
Provides an explanation if the value of
Statusis equal toFAILEDwhenConfigurationTypeis equal toCENTRAL.- Parameters:
statusMessage- Provides an explanation if the value ofStatusis equal toFAILEDwhenConfigurationTypeis equal toCENTRAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-