public static interface GetDatalakeAutoEnableResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<GetDatalakeAutoEnableResponse.Builder,GetDatalakeAutoEnableResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDatalakeAutoEnableResponse.Builder |
autoEnableNewAccounts(AutoEnableNewRegionConfiguration... autoEnableNewAccounts)
The configuration for new accounts.
|
GetDatalakeAutoEnableResponse.Builder |
autoEnableNewAccounts(Collection<AutoEnableNewRegionConfiguration> autoEnableNewAccounts)
The configuration for new accounts.
|
GetDatalakeAutoEnableResponse.Builder |
autoEnableNewAccounts(Consumer<AutoEnableNewRegionConfiguration.Builder>... autoEnableNewAccounts)
The configuration for new accounts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDatalakeAutoEnableResponse.Builder autoEnableNewAccounts(Collection<AutoEnableNewRegionConfiguration> autoEnableNewAccounts)
The configuration for new accounts.
autoEnableNewAccounts - The configuration for new accounts.GetDatalakeAutoEnableResponse.Builder autoEnableNewAccounts(AutoEnableNewRegionConfiguration... autoEnableNewAccounts)
The configuration for new accounts.
autoEnableNewAccounts - The configuration for new accounts.GetDatalakeAutoEnableResponse.Builder autoEnableNewAccounts(Consumer<AutoEnableNewRegionConfiguration.Builder>... autoEnableNewAccounts)
The configuration for new accounts.
This is a convenience method that creates an instance of theAutoEnableNewRegionConfiguration.Builder avoiding
the need to create one manually via
AutoEnableNewRegionConfiguration.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #autoEnableNewAccounts(List.
autoEnableNewAccounts - a consumer that will call methods on
AutoEnableNewRegionConfiguration.Builder#autoEnableNewAccounts(java.util.Collection) Copyright © 2023. All rights reserved.