Interface CreateDataLakeRequest.Builder

    • 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.
      • 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 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).

        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:
        #tags(java.util.Collection)