public static interface PutDataLakeSettingsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<PutDataLakeSettingsRequest.Builder,PutDataLakeSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDataLakeSettingsRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
default PutDataLakeSettingsRequest.Builder |
dataLakeSettings(Consumer<DataLakeSettings.Builder> dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
|
PutDataLakeSettingsRequest.Builder |
dataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
|
PutDataLakeSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDataLakeSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDataLakeSettingsRequest.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your AWS Lake Formation environment.PutDataLakeSettingsRequest.Builder dataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
dataLakeSettings - A structure representing a list of AWS Lake Formation principals designated as data lake
administrators.default PutDataLakeSettingsRequest.Builder dataLakeSettings(Consumer<DataLakeSettings.Builder> dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
This is a convenience that creates an instance of theDataLakeSettings.Builder avoiding the need to
create one manually via DataLakeSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataLakeSettings(DataLakeSettings).dataLakeSettings - a consumer that will call methods on DataLakeSettings.BuilderdataLakeSettings(DataLakeSettings)PutDataLakeSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDataLakeSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.