public static interface GetDataLakeOrganizationConfigurationResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<GetDataLakeOrganizationConfigurationResponse.Builder,GetDataLakeOrganizationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDataLakeOrganizationConfigurationResponse.Builder |
autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
The configuration for new accounts.
|
GetDataLakeOrganizationConfigurationResponse.Builder |
autoEnableNewAccount(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount)
The configuration for new accounts.
|
GetDataLakeOrganizationConfigurationResponse.Builder |
autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
The configuration for new accounts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataLakeOrganizationConfigurationResponse.Builder autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
The configuration for new accounts.
autoEnableNewAccount - The configuration for new accounts.GetDataLakeOrganizationConfigurationResponse.Builder autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
The configuration for new accounts.
autoEnableNewAccount - The configuration for new accounts.GetDataLakeOrganizationConfigurationResponse.Builder autoEnableNewAccount(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount)
The configuration for new accounts.
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) Copyright © 2023. All rights reserved.