Interface OrganizationFeatureConfigurationResult.Builder

    • Method Detail

      • name

        OrganizationFeatureConfigurationResult.Builder name​(String name)

        The name of the feature that is configured for the member accounts within the organization.

        Parameters:
        name - The name of the feature that is configured for the member accounts within the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrgFeature, OrgFeature
      • name

        OrganizationFeatureConfigurationResult.Builder name​(OrgFeature name)

        The name of the feature that is configured for the member accounts within the organization.

        Parameters:
        name - The name of the feature that is configured for the member accounts within the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrgFeature, OrgFeature
      • autoEnable

        OrganizationFeatureConfigurationResult.Builder autoEnable​(String autoEnable)

        Describes the status of the feature that is configured for the member accounts within the organization.

        • NEW: Indicates that when a new account joins the organization, they will have the feature enabled automatically.

        • ALL: Indicates that all accounts in the organization have the feature 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 the feature will not be automatically enabled for any account in the organization. In this case, each account will be managed individually by the administrator.

        Parameters:
        autoEnable - Describes the status of the feature that is configured for the member accounts within the organization.

        • NEW: Indicates that when a new account joins the organization, they will have the feature enabled automatically.

        • ALL: Indicates that all accounts in the organization have the feature 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 the feature will not be automatically enabled for any account in the organization. In this case, each account will be managed individually by the administrator.

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

        OrganizationFeatureConfigurationResult.Builder autoEnable​(OrgFeatureStatus autoEnable)

        Describes the status of the feature that is configured for the member accounts within the organization.

        • NEW: Indicates that when a new account joins the organization, they will have the feature enabled automatically.

        • ALL: Indicates that all accounts in the organization have the feature 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 the feature will not be automatically enabled for any account in the organization. In this case, each account will be managed individually by the administrator.

        Parameters:
        autoEnable - Describes the status of the feature that is configured for the member accounts within the organization.

        • NEW: Indicates that when a new account joins the organization, they will have the feature enabled automatically.

        • ALL: Indicates that all accounts in the organization have the feature 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 the feature will not be automatically enabled for any account in the organization. In this case, each account will be managed individually by the administrator.

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

        OrganizationFeatureConfigurationResult.Builder additionalConfiguration​(Collection<OrganizationAdditionalConfigurationResult> additionalConfiguration)

        The additional configuration that is configured for the member accounts within the organization.

        Parameters:
        additionalConfiguration - The additional configuration that is configured for the member accounts within the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalConfiguration

        OrganizationFeatureConfigurationResult.Builder additionalConfiguration​(OrganizationAdditionalConfigurationResult... additionalConfiguration)

        The additional configuration that is configured for the member accounts within the organization.

        Parameters:
        additionalConfiguration - The additional configuration that is configured for the member accounts within the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.