Interface DeleteDataLakeOrganizationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDataLakeOrganizationConfigurationRequest.Builder,DeleteDataLakeOrganizationConfigurationRequest>,SdkBuilder<DeleteDataLakeOrganizationConfigurationRequest.Builder,DeleteDataLakeOrganizationConfigurationRequest>,SdkPojo,SdkRequest.Builder,SecurityLakeRequest.Builder
- Enclosing class:
- DeleteDataLakeOrganizationConfigurationRequest
public static interface DeleteDataLakeOrganizationConfigurationRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<DeleteDataLakeOrganizationConfigurationRequest.Builder,DeleteDataLakeOrganizationConfigurationRequest>
-
-
Method Summary
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securitylake.model.SecurityLakeRequest.Builder
build
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaDataLakeAutoEnableNewAccountConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#autoEnableNewAccount(List.) - 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:
#autoEnableNewAccount(java.util.Collection)
-
overrideConfiguration
DeleteDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-