Interface GetDataLakeOrganizationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataLakeOrganizationConfigurationResponse.Builder,
,GetDataLakeOrganizationConfigurationResponse> SdkBuilder<GetDataLakeOrganizationConfigurationResponse.Builder,
,GetDataLakeOrganizationConfigurationResponse> SdkPojo
,SdkResponse.Builder
,SecurityLakeResponse.Builder
- Enclosing class:
GetDataLakeOrganizationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetDataLakeOrganizationConfigurationResponse.Builder
extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<GetDataLakeOrganizationConfigurationResponse.Builder,GetDataLakeOrganizationConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnableNewAccount
(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount) The configuration used for new accounts in Security Lake.autoEnableNewAccount
(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount) The configuration used for new accounts in Security Lake.autoEnableNewAccount
(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount) The configuration used for new accounts in Security Lake.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securitylake.model.SecurityLakeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
autoEnableNewAccount
GetDataLakeOrganizationConfigurationResponse.Builder autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount) The configuration used for new accounts in Security Lake.
- Parameters:
autoEnableNewAccount
- The configuration used for new accounts in Security Lake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnableNewAccount
GetDataLakeOrganizationConfigurationResponse.Builder autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount) The configuration used for new accounts in Security Lake.
- Parameters:
autoEnableNewAccount
- The configuration used for new accounts in Security Lake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEnableNewAccount
GetDataLakeOrganizationConfigurationResponse.Builder autoEnableNewAccount(Consumer<DataLakeAutoEnableNewAccountConfiguration.Builder>... autoEnableNewAccount) The configuration used for new accounts in Security Lake.
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:
-