Interface OrganizationAdditionalConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OrganizationAdditionalConfiguration.Builder,
,OrganizationAdditionalConfiguration> SdkBuilder<OrganizationAdditionalConfiguration.Builder,
,OrganizationAdditionalConfiguration> SdkPojo
- Enclosing class:
OrganizationAdditionalConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionautoEnable
(String autoEnable) The status of the additional configuration that will be configured for the organization.autoEnable
(OrgFeatureStatus autoEnable) The status of the additional configuration that will be configured for the organization.The name of the additional configuration that will be configured for the organization.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the additional configuration that will be configured for the organization. These values are applicable to only Runtime Monitoring protection plan.
- Parameters:
name
- The name of the additional configuration that will be configured for the organization. These values are applicable to only Runtime Monitoring protection plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the additional configuration that will be configured for the organization. These values are applicable to only Runtime Monitoring protection plan.
- Parameters:
name
- The name of the additional configuration that will be configured for the organization. These values are applicable to only Runtime Monitoring protection plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 includesNEW
accounts 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 includesNEW
accounts 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:
-
-
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 includesNEW
accounts 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 includesNEW
accounts 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:
-
-