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) |
CreateDataLakeRequest.Builder |
tags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
CreateDataLakeRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
CreateDataLakeRequest.Builder |
tags(Tag... tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
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 tags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the data lake configuration. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
tags - An array of objects, one for each tag to associate with the data lake configuration. For each tag, you
must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty
string.CreateDataLakeRequest.Builder tags(Tag... tags)
An array of objects, one for each tag to associate with the data lake configuration. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
tags - An array of objects, one for each tag to associate with the data lake configuration. For each tag, you
must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty
string.CreateDataLakeRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of objects, one for each tag to associate with the data lake configuration. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) 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.