public static interface OrganizationFeatureConfiguration.Builder extends SdkPojo, CopyableBuilder<OrganizationFeatureConfiguration.Builder,OrganizationFeatureConfiguration>
| Modifier and Type | Method and Description |
|---|---|
OrganizationFeatureConfiguration.Builder |
additionalConfiguration(Collection<OrganizationAdditionalConfiguration> additionalConfiguration)
The additional information that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
additionalConfiguration(Consumer<OrganizationAdditionalConfiguration.Builder>... additionalConfiguration)
The additional information that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
additionalConfiguration(OrganizationAdditionalConfiguration... additionalConfiguration)
The additional information that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
autoEnable(OrgFeatureStatus autoEnable)
The status of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
autoEnable(String autoEnable)
The status of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
name(OrgFeature name)
The name of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
name(String name)
The name of the feature that will be configured for the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationFeatureConfiguration.Builder name(String name)
The name of the feature that will be configured for the organization.
name - The name of the feature that will be configured for the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfiguration.Builder name(OrgFeature name)
The name of the feature that will be configured for the organization.
name - The name of the feature that will be configured for the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfiguration.Builder autoEnable(String autoEnable)
The status of the feature 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 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.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE: Indicates that the feature will not be automatically enabled for any account in the
organization. The administrator must manage the feature for each account individually.
autoEnable - The status of the feature 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 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.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE: Indicates that the feature will not be automatically enabled for any account in the
organization. The administrator must manage the feature for each account individually.
OrgFeatureStatus,
OrgFeatureStatusOrganizationFeatureConfiguration.Builder autoEnable(OrgFeatureStatus autoEnable)
The status of the feature 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 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.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE: Indicates that the feature will not be automatically enabled for any account in the
organization. The administrator must manage the feature for each account individually.
autoEnable - The status of the feature 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 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.
It may take up to 24 hours to update the configuration for all the member accounts.
NONE: Indicates that the feature will not be automatically enabled for any account in the
organization. The administrator must manage the feature for each account individually.
OrgFeatureStatus,
OrgFeatureStatusOrganizationFeatureConfiguration.Builder additionalConfiguration(Collection<OrganizationAdditionalConfiguration> additionalConfiguration)
The additional information that will be configured for the organization.
additionalConfiguration - The additional information that will be configured for the organization.OrganizationFeatureConfiguration.Builder additionalConfiguration(OrganizationAdditionalConfiguration... additionalConfiguration)
The additional information that will be configured for the organization.
additionalConfiguration - The additional information that will be configured for the organization.OrganizationFeatureConfiguration.Builder additionalConfiguration(Consumer<OrganizationAdditionalConfiguration.Builder>... additionalConfiguration)
The additional information that will be configured for the organization.
This is a convenience method that creates an instance of theOrganizationAdditionalConfiguration.Builder avoiding
the need to create one manually via
OrganizationAdditionalConfiguration.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #additionalConfiguration(List.
additionalConfiguration - a consumer that will call methods on
OrganizationAdditionalConfiguration.Builder#additionalConfiguration(java.util.Collection) Copyright © 2023. All rights reserved.