Interface DeleteDataLakeOrganizationConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteDataLakeOrganizationConfigurationRequest.Builder,
,DeleteDataLakeOrganizationConfigurationRequest> SdkBuilder<DeleteDataLakeOrganizationConfigurationRequest.Builder,
,DeleteDataLakeOrganizationConfigurationRequest> SdkPojo
,SdkRequest.Builder
,SecurityLakeRequest.Builder
- Enclosing class:
DeleteDataLakeOrganizationConfigurationRequest
@Mutable
@NotThreadSafe
public static interface DeleteDataLakeOrganizationConfigurationRequest.Builder
extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<DeleteDataLakeOrganizationConfigurationRequest.Builder,DeleteDataLakeOrganizationConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnableNewAccount
(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount) Turns off automatic enablement of Security Lake for member accounts that are added to an organization.autoEnableNewAccount
(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount) Turns off automatic enablement of Security Lake for member accounts that are added to an organization.autoEnableNewAccount
(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount) Turns off automatic enablement of Security Lake for member accounts that are added to an organization.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.securitylake.model.SecurityLakeRequest.Builder
build
-
Method Details
-
autoEnableNewAccount
DeleteDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount) Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
- Parameters:
autoEnableNewAccount
- Turns off automatic enablement of Security Lake for member accounts that are added to an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnableNewAccount
DeleteDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount) Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
- Parameters:
autoEnableNewAccount
- Turns off automatic enablement of Security Lake for member accounts that are added to an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnableNewAccount
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 viaDataLakeAutoEnableNewAccountConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoEnableNewAccount(List<DataLakeAutoEnableNewAccountConfiguration>)
.- Parameters:
autoEnableNewAccount
- a consumer that will call methods onDataLakeAutoEnableNewAccountConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DeleteDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-