Interface CreateOrganizationRequest.Builder

  • Method Details

    • featureSet

      CreateOrganizationRequest.Builder featureSet(String featureSet)

      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.

        The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.

      • ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.

      Parameters:
      featureSet - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.

        The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.

      • ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.

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

      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.

        The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.

      • ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.

      Parameters:
      featureSet - Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the management account. For more information, see Consolidated billing in the Organizations User Guide.

        The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.

      • ALL: In addition to all the features supported by the consolidated billing feature set, the management account can also apply any policy type to any member account in the organization. For more information, see All features in the Organizations User Guide.

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

      CreateOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.