Interface CreateDataLakeOrganizationConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDataLakeOrganizationConfigurationRequest.Builder,
,CreateDataLakeOrganizationConfigurationRequest> SdkBuilder<CreateDataLakeOrganizationConfigurationRequest.Builder,
,CreateDataLakeOrganizationConfigurationRequest> SdkPojo
,SdkRequest.Builder
,SecurityLakeRequest.Builder
- Enclosing class:
CreateDataLakeOrganizationConfigurationRequest
@Mutable
@NotThreadSafe
public static interface CreateDataLakeOrganizationConfigurationRequest.Builder
extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<CreateDataLakeOrganizationConfigurationRequest.Builder,CreateDataLakeOrganizationConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnableNewAccount
(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount) Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.autoEnableNewAccount
(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount) Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.autoEnableNewAccount
(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount) Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your 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
CreateDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount) Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.
- Parameters:
autoEnableNewAccount
- Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnableNewAccount
CreateDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount) Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.
- Parameters:
autoEnableNewAccount
- Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnableNewAccount
CreateDataLakeOrganizationConfigurationRequest.Builder autoEnableNewAccount(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount) Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your 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
CreateDataLakeOrganizationConfigurationRequest.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
CreateDataLakeOrganizationConfigurationRequest.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.
-