public static interface OrganizationFeatureConfigurationResult.Builder extends SdkPojo, CopyableBuilder<OrganizationFeatureConfigurationResult.Builder,OrganizationFeatureConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
OrganizationFeatureConfigurationResult.Builder |
additionalConfiguration(Collection<OrganizationAdditionalConfigurationResult> additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
additionalConfiguration(Consumer<OrganizationAdditionalConfigurationResult.Builder>... additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
additionalConfiguration(OrganizationAdditionalConfigurationResult... additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
autoEnable(OrgFeatureStatus autoEnable)
Describes the status of the feature that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
autoEnable(String autoEnable)
Describes the status of the feature that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
name(OrgFeature name)
The name of the feature that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
name(String name)
The name of the feature that is configured for the member accounts within the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationFeatureConfigurationResult.Builder name(String name)
The name of the feature that is configured for the member accounts within the organization.
name - The name of the feature that is configured for the member accounts within the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfigurationResult.Builder name(OrgFeature name)
The name of the feature that is configured for the member accounts within the organization.
name - The name of the feature that is configured for the member accounts within the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfigurationResult.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.
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.
OrgFeatureStatus,
OrgFeatureStatusOrganizationFeatureConfigurationResult.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.
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.
OrgFeatureStatus,
OrgFeatureStatusOrganizationFeatureConfigurationResult.Builder additionalConfiguration(Collection<OrganizationAdditionalConfigurationResult> additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
additionalConfiguration - The additional configuration that is configured for the member accounts within the organization.OrganizationFeatureConfigurationResult.Builder additionalConfiguration(OrganizationAdditionalConfigurationResult... additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
additionalConfiguration - The additional configuration that is configured for the member accounts within the organization.OrganizationFeatureConfigurationResult.Builder additionalConfiguration(Consumer<OrganizationAdditionalConfigurationResult.Builder>... additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
This is a convenience method that creates an instance of theOrganizationAdditionalConfigurationResult.Builder
avoiding the need to create one manually via
OrganizationAdditionalConfigurationResult.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
OrganizationAdditionalConfigurationResult.Builder#additionalConfiguration(java.util.Collection) Copyright © 2023. All rights reserved.