public static interface UpdateOrganizationConfigurationRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOrganizationConfigurationRequest.Builder detectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
detectorId - The ID of the detector to update the delegated administrator for.UpdateOrganizationConfigurationRequest.Builder autoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
autoEnable - Indicates whether to automatically enable member accounts in the organization.@Deprecated UpdateOrganizationConfigurationRequest.Builder dataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources - Describes which data sources will be updated.@Deprecated default UpdateOrganizationConfigurationRequest.Builder dataSources(Consumer<OrganizationDataSourceConfigurations.Builder> dataSources)
Describes which data sources will be updated.
This is a convenience method that creates an instance of theOrganizationDataSourceConfigurations.Builder avoiding the need to create one manually via
OrganizationDataSourceConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataSources(OrganizationDataSourceConfigurations).
dataSources - a consumer that will call methods on OrganizationDataSourceConfigurations.BuilderdataSources(OrganizationDataSourceConfigurations)UpdateOrganizationConfigurationRequest.Builder features(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
features - A list of features that will be configured for the organization.UpdateOrganizationConfigurationRequest.Builder features(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the organization.
features - A list of features that will be configured for the organization.UpdateOrganizationConfigurationRequest.Builder features(Consumer<OrganizationFeatureConfiguration.Builder>... features)
A list of features that will be configured for the organization.
This is a convenience method that creates an instance of theOrganizationFeatureConfiguration.Builder avoiding the
need to create one manually via
OrganizationFeatureConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #features(List.
features - a consumer that will call methods on
OrganizationFeatureConfiguration.Builder#features(java.util.Collection) UpdateOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.