public static interface CreateDataLakeRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<CreateDataLakeRequest.Builder,CreateDataLakeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDataLakeRequest.Builder |
configurations(Collection<DataLakeConfiguration> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
CreateDataLakeRequest.Builder |
configurations(Consumer<DataLakeConfiguration.Builder>... configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
CreateDataLakeRequest.Builder |
configurations(DataLakeConfiguration... configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
CreateDataLakeRequest.Builder |
metaStoreManagerRoleArn(String metaStoreManagerRoleArn)
The Amazon Resource Name (ARN) used to create and update the Glue table.
|
CreateDataLakeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDataLakeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDataLakeRequest.Builder configurations(Collection<DataLakeConfiguration> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
configurations - Specify the Region or Regions that will contribute data to the rollup region.CreateDataLakeRequest.Builder configurations(DataLakeConfiguration... configurations)
Specify the Region or Regions that will contribute data to the rollup region.
configurations - Specify the Region or Regions that will contribute data to the rollup region.CreateDataLakeRequest.Builder configurations(Consumer<DataLakeConfiguration.Builder>... configurations)
Specify the Region or Regions that will contribute data to the rollup region.
This is a convenience method that creates an instance of theDataLakeConfiguration.Builder avoiding the need to
create one manually via
DataLakeConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configurations(List.
configurations - a consumer that will call methods on
DataLakeConfiguration.Builder#configurations(java.util.Collection) CreateDataLakeRequest.Builder metaStoreManagerRoleArn(String metaStoreManagerRoleArn)
The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
metaStoreManagerRoleArn - The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains
partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom
sources.CreateDataLakeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDataLakeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.