/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies an Apache Iceberg data source where Iceberg tables are stored in
* Amazon S3.See Also:
AWS
* API Reference
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
One or more Amazon S3 paths that contains Iceberg metadata folders as
* s3://bucket/prefix
.
The name of the connection to use to connect to the Iceberg target.
*/ inline const Aws::String& GetConnectionName() const{ return m_connectionName; } /** *The name of the connection to use to connect to the Iceberg target.
*/ inline bool ConnectionNameHasBeenSet() const { return m_connectionNameHasBeenSet; } /** *The name of the connection to use to connect to the Iceberg target.
*/ inline void SetConnectionName(const Aws::String& value) { m_connectionNameHasBeenSet = true; m_connectionName = value; } /** *The name of the connection to use to connect to the Iceberg target.
*/ inline void SetConnectionName(Aws::String&& value) { m_connectionNameHasBeenSet = true; m_connectionName = std::move(value); } /** *The name of the connection to use to connect to the Iceberg target.
*/ inline void SetConnectionName(const char* value) { m_connectionNameHasBeenSet = true; m_connectionName.assign(value); } /** *The name of the connection to use to connect to the Iceberg target.
*/ inline IcebergTarget& WithConnectionName(const Aws::String& value) { SetConnectionName(value); return *this;} /** *The name of the connection to use to connect to the Iceberg target.
*/ inline IcebergTarget& WithConnectionName(Aws::String&& value) { SetConnectionName(std::move(value)); return *this;} /** *The name of the connection to use to connect to the Iceberg target.
*/ inline IcebergTarget& WithConnectionName(const char* value) { SetConnectionName(value); return *this;} /** *A list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline const Aws::VectorA list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline bool ExclusionsHasBeenSet() const { return m_exclusionsHasBeenSet; } /** *A list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline void SetExclusions(const Aws::VectorA list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline void SetExclusions(Aws::VectorA list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline IcebergTarget& WithExclusions(const Aws::VectorA list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline IcebergTarget& WithExclusions(Aws::VectorA list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline IcebergTarget& AddExclusions(const Aws::String& value) { m_exclusionsHasBeenSet = true; m_exclusions.push_back(value); return *this; } /** *A list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline IcebergTarget& AddExclusions(Aws::String&& value) { m_exclusionsHasBeenSet = true; m_exclusions.push_back(std::move(value)); return *this; } /** *A list of glob patterns used to exclude from the crawl. For more information, * see Catalog * Tables with a Crawler.
*/ inline IcebergTarget& AddExclusions(const char* value) { m_exclusionsHasBeenSet = true; m_exclusions.push_back(value); return *this; } /** *The maximum depth of Amazon S3 paths that the crawler can traverse to * discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the * crawler run time.
*/ inline int GetMaximumTraversalDepth() const{ return m_maximumTraversalDepth; } /** *The maximum depth of Amazon S3 paths that the crawler can traverse to * discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the * crawler run time.
*/ inline bool MaximumTraversalDepthHasBeenSet() const { return m_maximumTraversalDepthHasBeenSet; } /** *The maximum depth of Amazon S3 paths that the crawler can traverse to * discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the * crawler run time.
*/ inline void SetMaximumTraversalDepth(int value) { m_maximumTraversalDepthHasBeenSet = true; m_maximumTraversalDepth = value; } /** *The maximum depth of Amazon S3 paths that the crawler can traverse to * discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the * crawler run time.
*/ inline IcebergTarget& WithMaximumTraversalDepth(int value) { SetMaximumTraversalDepth(value); return *this;} private: Aws::Vector