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