Interface OrganizationAdditionalConfigurationResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationAdditionalConfigurationResult.Builder,OrganizationAdditionalConfigurationResult>,SdkBuilder<OrganizationAdditionalConfigurationResult.Builder,OrganizationAdditionalConfigurationResult>,SdkPojo
- Enclosing class:
- OrganizationAdditionalConfigurationResult
public static interface OrganizationAdditionalConfigurationResult.Builder extends SdkPojo, CopyableBuilder<OrganizationAdditionalConfigurationResult.Builder,OrganizationAdditionalConfigurationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationAdditionalConfigurationResult.BuilderautoEnable(String autoEnable)Describes the status of the additional configuration that is configured for the member accounts within the organization.OrganizationAdditionalConfigurationResult.BuilderautoEnable(OrgFeatureStatus autoEnable)Describes the status of the additional configuration that is configured for the member accounts within the organization.OrganizationAdditionalConfigurationResult.Buildername(String name)The name of the additional configuration that is configured for the member accounts within the organization.OrganizationAdditionalConfigurationResult.Buildername(OrgFeatureAdditionalConfiguration name)The name of the additional configuration that is configured for the member accounts within 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
OrganizationAdditionalConfigurationResult.Builder name(String name)
The name of the additional configuration that is configured for the member accounts within the organization.
- Parameters:
name- The name of 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.
- See Also:
OrgFeatureAdditionalConfiguration,OrgFeatureAdditionalConfiguration
-
name
OrganizationAdditionalConfigurationResult.Builder name(OrgFeatureAdditionalConfiguration name)
The name of the additional configuration that is configured for the member accounts within the organization.
- Parameters:
name- The name of 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.
- See Also:
OrgFeatureAdditionalConfiguration,OrgFeatureAdditionalConfiguration
-
autoEnable
OrganizationAdditionalConfigurationResult.Builder autoEnable(String autoEnable)
Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the 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- Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the 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
OrganizationAdditionalConfigurationResult.Builder autoEnable(OrgFeatureStatus autoEnable)
Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the 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- Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the 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
-
-
-