Interface CreateDataLakeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDataLakeRequest.Builder,CreateDataLakeRequest>,SdkBuilder<CreateDataLakeRequest.Builder,CreateDataLakeRequest>,SdkPojo,SdkRequest.Builder,SecurityLakeRequest.Builder
- Enclosing class:
- CreateDataLakeRequest
public static interface CreateDataLakeRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<CreateDataLakeRequest.Builder,CreateDataLakeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataLakeRequest.Builderconfigurations(Collection<DataLakeConfiguration> configurations)Specify the Region or Regions that will contribute data to the rollup region.CreateDataLakeRequest.Builderconfigurations(Consumer<DataLakeConfiguration.Builder>... configurations)Specify the Region or Regions that will contribute data to the rollup region.CreateDataLakeRequest.Builderconfigurations(DataLakeConfiguration... configurations)Specify the Region or Regions that will contribute data to the rollup region.CreateDataLakeRequest.BuildermetaStoreManagerRoleArn(String metaStoreManagerRoleArn)The Amazon Resource Name (ARN) used to create and update the Glue table.CreateDataLakeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDataLakeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDataLakeRequest.Buildertags(Collection<Tag> tags)An array of objects, one for each tag to associate with the data lake configuration.CreateDataLakeRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of objects, one for each tag to associate with the data lake configuration.CreateDataLakeRequest.Buildertags(Tag... tags)An array of objects, one for each tag to associate with the data lake configuration.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.securitylake.model.SecurityLakeRequest.Builder
build
-
-
-
-
Method Detail
-
configurations
CreateDataLakeRequest.Builder configurations(Collection<DataLakeConfiguration> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
- Parameters:
configurations- Specify the Region or Regions that will contribute data to the rollup region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
CreateDataLakeRequest.Builder configurations(DataLakeConfiguration... configurations)
Specify the Region or Regions that will contribute data to the rollup region.
- Parameters:
configurations- Specify the Region or Regions that will contribute data to the rollup region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
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.Builderavoiding the need to create one manually viaDataLakeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configurations(List.) - Parameters:
configurations- a consumer that will call methods onDataLakeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#configurations(java.util.Collection)
-
metaStoreManagerRoleArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateDataLakeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDataLakeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-