Interface OrganizationConfiguration.Builder

  • Method Details

    • ruleApplyOrder

      OrganizationConfiguration.Builder ruleApplyOrder(String ruleApplyOrder)

      Specifies when organization rules should be applied relative to account rules.

      Parameters:
      ruleApplyOrder - Specifies when organization rules should be applied relative to account rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ruleApplyOrder

      OrganizationConfiguration.Builder ruleApplyOrder(RuleApplyOrder ruleApplyOrder)

      Specifies when organization rules should be applied relative to account rules.

      Parameters:
      ruleApplyOrder - Specifies when organization rules should be applied relative to account rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountIds

      List of specific Amazon Web Services account IDs where the organization rule should be applied.

      Parameters:
      accountIds - List of specific Amazon Web Services account IDs where the organization rule should be applied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountIds

      OrganizationConfiguration.Builder accountIds(String... accountIds)

      List of specific Amazon Web Services account IDs where the organization rule should be applied.

      Parameters:
      accountIds - List of specific Amazon Web Services account IDs where the organization rule should be applied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.