public static interface DeleteDataLakeOrganizationConfigurationRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<DeleteDataLakeOrganizationConfigurationRequest.Builder,DeleteDataLakeOrganizationConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
autoEnableNewAccount - Turns off automatic enablement of Security Lake for member accounts that are added to an organization.DeleteDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
autoEnableNewAccount - Turns off automatic enablement of Security Lake for member accounts that are added to an organization.DeleteDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount)
Turns off automatic enablement of Security Lake for member accounts that are added to an 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) DeleteDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.