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 Details

    • 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

      Specify the Region or Regions that will contribute data to the rollup region.

      This is a convenience method that creates an instance of the DataLakeConfiguration.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<DataLakeConfiguration>).

      Parameters:
      configurations - a consumer that will call methods on DataLakeConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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 the Tag.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<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateDataLakeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.