Class CfnOrganization.Builder

java.lang.Object
software.amazon.awscdk.services.organizations.CfnOrganization.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganization>
Enclosing class:
CfnOrganization

@Stability(Stable) public static final class CfnOrganization.Builder extends Object implements software.amazon.jsii.Builder<CfnOrganization>
A fluent builder for CfnOrganization.
  • Method Details

    • create

      @Stability(Stable) public static CfnOrganization.Builder create(software.constructs.Construct scope, String id)
      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      Returns:
      a new instance of CfnOrganization.Builder.
    • featureSet

      @Stability(Stable) public CfnOrganization.Builder featureSet(String featureSet)
      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

      • ALL In addition to all the features supported by the consolidated billing feature set, the management account gains access to advanced features that give you more control over accounts in your organization. For more information, see All features in the AWS Organizations User Guide .
      • CONSOLIDATED_BILLING All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the AWS Organizations User Guide .

      The consolidated billing feature feature set isn't available for organizations in the AWS GovCloud (US) Region.

      If you don't specify this property, the default value is ALL .

      Default: - "ALL"

      Parameters:
      featureSet - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality. This parameter is required.
      Returns:
      this
      See Also:
    • build

      @Stability(Stable) public CfnOrganization build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnOrganization>
      Returns:
      a newly built instance of CfnOrganization.