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 Details

    • autoEnable

      Whether to automatically enable Security Hub in new member accounts when they join the organization.

      If set to true, then Security Hub is automatically enabled in new accounts. If set to false, then Security Hub isn't enabled in new accounts automatically. The default value is false.

      If the ConfigurationType of your organization is set to CENTRAL, then this field is set to false and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.

      Parameters:
      autoEnable - Whether to automatically enable Security Hub in new member accounts when they join the organization.

      If set to true, then Security Hub is automatically enabled in new accounts. If set to false, then Security Hub isn't enabled in new accounts automatically. The default value is false.

      If the ConfigurationType of your organization is set to CENTRAL, then this field is set to false and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.

      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 in new member accounts when they join the organization.

      If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to DEFAULT.

      If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.

      Parameters:
      autoEnableStandards - Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.

      If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to DEFAULT.

      If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoEnableStandards

      Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.

      If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to DEFAULT.

      If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.

      Parameters:
      autoEnableStandards - Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.

      If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to DEFAULT.

      If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • organizationConfiguration

      DescribeOrganizationConfigurationResponse.Builder organizationConfiguration(OrganizationConfiguration organizationConfiguration)
      Sets the value of the OrganizationConfiguration property for this object.
      Parameters:
      organizationConfiguration - The new value for the OrganizationConfiguration property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationConfiguration

      default DescribeOrganizationConfigurationResponse.Builder organizationConfiguration(Consumer<OrganizationConfiguration.Builder> organizationConfiguration)
      Sets the value of the OrganizationConfiguration property for this object. This is a convenience method that creates an instance of the OrganizationConfiguration.Builder avoiding the need to create one manually via OrganizationConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to organizationConfiguration(OrganizationConfiguration).

      Parameters:
      organizationConfiguration - a consumer that will call methods on OrganizationConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: