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 how The status of the feature that are configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
autoEnable(String autoEnable)
Describes how The status of the feature that are 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 how The status of the feature that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when
they join the organization.
autoEnable - Describes how The status of the feature that are configured for the member accounts within the
organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the
accounts when they join the organization.
OrgFeatureStatus,
OrgFeatureStatusOrganizationFeatureConfigurationResult.Builder autoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when
they join the organization.
autoEnable - Describes how The status of the feature that are configured for the member accounts within the
organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the
accounts when they join the organization.
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.