public static interface CreateDataLakeOrganizationConfigurationRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<CreateDataLakeOrganizationConfigurationRequest.Builder,CreateDataLakeOrganizationConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.
autoEnableNewAccount - Enable Security Lake with the specified configuration settings, to begin collecting security data for
new accounts in your organization.CreateDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.
autoEnableNewAccount - Enable Security Lake with the specified configuration settings, to begin collecting security data for
new accounts in your organization.CreateDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount)
Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.
This is a convenience method that creates an instance of theDataLakeAutoEnableNewAccountConfiguration.Builder
avoiding the need to create one manually via
DataLakeAutoEnableNewAccountConfiguration.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #autoEnableNewAccount(List.
autoEnableNewAccount - a consumer that will call methods on
DataLakeAutoEnableNewAccountConfiguration.Builder#autoEnableNewAccount(java.util.Collection) CreateDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.