Interface CreateDataLakeOrganizationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDataLakeOrganizationConfigurationRequest.Builder,CreateDataLakeOrganizationConfigurationRequest>,SdkBuilder<CreateDataLakeOrganizationConfigurationRequest.Builder,CreateDataLakeOrganizationConfigurationRequest>,SdkPojo,SdkRequest.Builder,SecurityLakeRequest.Builder
- Enclosing class:
- CreateDataLakeOrganizationConfigurationRequest
public static interface CreateDataLakeOrganizationConfigurationRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<CreateDataLakeOrganizationConfigurationRequest.Builder,CreateDataLakeOrganizationConfigurationRequest>
-
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securitylake.model.SecurityLakeRequest.Builder
build
-
-
-
-
Method Detail
-
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.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
CreateDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDataLakeOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-