Interface DescribeOrganizationConfigurationResponse.Builder

  • Method Details

    • autoEnable

      Deprecated.
      This field is deprecated, use AutoEnableOrganizationMembers instead

      Indicates whether GuardDuty is automatically enabled for accounts added to the organization.

      Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the similar results.

      Parameters:
      autoEnable - Indicates whether GuardDuty is automatically enabled for accounts added to the organization.

      Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the similar results.

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

      DescribeOrganizationConfigurationResponse.Builder memberAccountLimitReached(Boolean memberAccountLimitReached)

      Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.

      Parameters:
      memberAccountLimitReached - Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSources

      Deprecated.
      This parameter is deprecated, use Features instead

      Describes which data sources are enabled automatically for member accounts.

      Parameters:
      dataSources - Describes which data sources are enabled automatically for member accounts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSources

      Deprecated.
      This parameter is deprecated, use Features instead

      Describes which data sources are enabled automatically for member accounts.

      This is a convenience method that creates an instance of the OrganizationDataSourceConfigurationsResult.Builder avoiding the need to create one manually via OrganizationDataSourceConfigurationsResult.builder().

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

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

      A list of features that are configured for this organization.

      Parameters:
      features - A list of features that are configured for this organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • features

      A list of features that are configured for this organization.

      Parameters:
      features - A list of features that are configured for this organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • features

      A list of features that are configured for this organization.

      This is a convenience method that creates an instance of the OrganizationFeatureConfigurationResult.Builder avoiding the need to create one manually via OrganizationFeatureConfigurationResult.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to features(List<OrganizationFeatureConfigurationResult>).

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

      The pagination parameter to be used on the next list operation to retrieve more items.

      Parameters:
      nextToken - The pagination parameter to be used on the next list operation to retrieve more items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoEnableOrganizationMembers

      DescribeOrganizationConfigurationResponse.Builder autoEnableOrganizationMembers(String autoEnableOrganizationMembers)

      Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization.

      • NEW: Indicates that when a new account joins the organization, they will have GuardDuty or any of the corresponding protection plans enabled automatically.

      • ALL: Indicates that all accounts in the organization have GuardDuty and any of the corresponding protection plans enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

      • NONE: Indicates that GuardDuty or any of the corresponding protection plans will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.

        When you update the auto-enable setting from ALL or NEW to NONE, this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.

      Parameters:
      autoEnableOrganizationMembers - Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization.

      • NEW: Indicates that when a new account joins the organization, they will have GuardDuty or any of the corresponding protection plans enabled automatically.

      • ALL: Indicates that all accounts in the organization have GuardDuty and any of the corresponding protection plans enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

      • NONE: Indicates that GuardDuty or any of the corresponding protection plans will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.

        When you update the auto-enable setting from ALL or NEW to NONE , this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.

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

      DescribeOrganizationConfigurationResponse.Builder autoEnableOrganizationMembers(AutoEnableMembers autoEnableOrganizationMembers)

      Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization.

      • NEW: Indicates that when a new account joins the organization, they will have GuardDuty or any of the corresponding protection plans enabled automatically.

      • ALL: Indicates that all accounts in the organization have GuardDuty and any of the corresponding protection plans enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

      • NONE: Indicates that GuardDuty or any of the corresponding protection plans will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.

        When you update the auto-enable setting from ALL or NEW to NONE, this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.

      Parameters:
      autoEnableOrganizationMembers - Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization.

      • NEW: Indicates that when a new account joins the organization, they will have GuardDuty or any of the corresponding protection plans enabled automatically.

      • ALL: Indicates that all accounts in the organization have GuardDuty and any of the corresponding protection plans enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

      • NONE: Indicates that GuardDuty or any of the corresponding protection plans will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.

        When you update the auto-enable setting from ALL or NEW to NONE , this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.

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