Interface OrganizationAdditionalConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationAdditionalConfiguration.Builder,OrganizationAdditionalConfiguration>,SdkBuilder<OrganizationAdditionalConfiguration.Builder,OrganizationAdditionalConfiguration>,SdkPojo
- Enclosing class:
- OrganizationAdditionalConfiguration
public static interface OrganizationAdditionalConfiguration.Builder extends SdkPojo, CopyableBuilder<OrganizationAdditionalConfiguration.Builder,OrganizationAdditionalConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationAdditionalConfiguration.BuilderautoEnable(String autoEnable)The status of the additional configuration that will be configured for the organization.OrganizationAdditionalConfiguration.BuilderautoEnable(OrgFeatureStatus autoEnable)The status of the additional configuration that will be configured for the organization.OrganizationAdditionalConfiguration.Buildername(String name)The name of the additional configuration that will be configured for the organization.OrganizationAdditionalConfiguration.Buildername(OrgFeatureAdditionalConfiguration name)The name of the additional configuration that will be configured for the organization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
OrganizationAdditionalConfiguration.Builder name(String name)
The name of the additional configuration that will be configured for the organization.
- Parameters:
name- The name of the additional configuration that will be configured for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrgFeatureAdditionalConfiguration,OrgFeatureAdditionalConfiguration
-
name
OrganizationAdditionalConfiguration.Builder name(OrgFeatureAdditionalConfiguration name)
The name of the additional configuration that will be configured for the organization.
- Parameters:
name- The name of the additional configuration that will be configured for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrgFeatureAdditionalConfiguration,OrgFeatureAdditionalConfiguration
-
autoEnable
OrganizationAdditionalConfiguration.Builder autoEnable(String autoEnable)
The status of the additional configuration that will be configured for the organization. Use one of the following values to configure the feature status for the entire organization:
-
NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically. -
ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includesNEWaccounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.It may take up to 24 hours to update the configuration for all the member accounts.
-
NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.
- Parameters:
autoEnable- The status of the additional configuration that will be configured for the organization. Use one of the following values to configure the feature status for the entire organization:-
NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically. -
ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includesNEWaccounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.It may take up to 24 hours to update the configuration for all the member accounts.
-
NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrgFeatureStatus,OrgFeatureStatus
-
-
autoEnable
OrganizationAdditionalConfiguration.Builder autoEnable(OrgFeatureStatus autoEnable)
The status of the additional configuration that will be configured for the organization. Use one of the following values to configure the feature status for the entire organization:
-
NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically. -
ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includesNEWaccounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.It may take up to 24 hours to update the configuration for all the member accounts.
-
NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.
- Parameters:
autoEnable- The status of the additional configuration that will be configured for the organization. Use one of the following values to configure the feature status for the entire organization:-
NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically. -
ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includesNEWaccounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.It may take up to 24 hours to update the configuration for all the member accounts.
-
NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrgFeatureStatus,OrgFeatureStatus
-
-
-