/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information that defines an Amazon Neptune endpoint.See
* Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline const Aws::String& GetServiceAccessRoleArn() const{ return m_serviceAccessRoleArn; } /** *The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline bool ServiceAccessRoleArnHasBeenSet() const { return m_serviceAccessRoleArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline void SetServiceAccessRoleArn(const Aws::String& value) { m_serviceAccessRoleArnHasBeenSet = true; m_serviceAccessRoleArn = value; } /** *The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline void SetServiceAccessRoleArn(Aws::String&& value) { m_serviceAccessRoleArnHasBeenSet = true; m_serviceAccessRoleArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline void SetServiceAccessRoleArn(const char* value) { m_serviceAccessRoleArnHasBeenSet = true; m_serviceAccessRoleArn.assign(value); } /** *The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline NeptuneSettings& WithServiceAccessRoleArn(const Aws::String& value) { SetServiceAccessRoleArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline NeptuneSettings& WithServiceAccessRoleArn(Aws::String&& value) { SetServiceAccessRoleArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the service role that you created for the * Neptune target endpoint. For more information, see Creating * an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS * Database Migration Service User Guide.
*/ inline NeptuneSettings& WithServiceAccessRoleArn(const char* value) { SetServiceAccessRoleArn(value); return *this;} /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline const Aws::String& GetS3BucketName() const{ return m_s3BucketName; } /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline bool S3BucketNameHasBeenSet() const { return m_s3BucketNameHasBeenSet; } /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline void SetS3BucketName(const Aws::String& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = value; } /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline void SetS3BucketName(Aws::String&& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = std::move(value); } /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline void SetS3BucketName(const char* value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName.assign(value); } /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline NeptuneSettings& WithS3BucketName(const Aws::String& value) { SetS3BucketName(value); return *this;} /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline NeptuneSettings& WithS3BucketName(Aws::String&& value) { SetS3BucketName(std::move(value)); return *this;} /** *The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated * graph data in .csv files before bulk-loading it to the Neptune target database. * AWS DMS maps the SQL source data to graph data before storing it in these .csv * files.
*/ inline NeptuneSettings& WithS3BucketName(const char* value) { SetS3BucketName(value); return *this;} /** *A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
A folder path where you want AWS DMS to store migrated graph data in the S3
* bucket specified by S3BucketName
The number of milliseconds for AWS DMS to wait to retry a bulk-load of * migrated graph data to the Neptune target database before raising an error. The * default is 250.
*/ inline int GetErrorRetryDuration() const{ return m_errorRetryDuration; } /** *The number of milliseconds for AWS DMS to wait to retry a bulk-load of * migrated graph data to the Neptune target database before raising an error. The * default is 250.
*/ inline bool ErrorRetryDurationHasBeenSet() const { return m_errorRetryDurationHasBeenSet; } /** *The number of milliseconds for AWS DMS to wait to retry a bulk-load of * migrated graph data to the Neptune target database before raising an error. The * default is 250.
*/ inline void SetErrorRetryDuration(int value) { m_errorRetryDurationHasBeenSet = true; m_errorRetryDuration = value; } /** *The number of milliseconds for AWS DMS to wait to retry a bulk-load of * migrated graph data to the Neptune target database before raising an error. The * default is 250.
*/ inline NeptuneSettings& WithErrorRetryDuration(int value) { SetErrorRetryDuration(value); return *this;} /** *The maximum size in kilobytes of migrated graph data stored in a .csv file * before AWS DMS bulk-loads the data to the Neptune target database. The default * is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket, * ready to store the next batch of migrated graph data.
*/ inline int GetMaxFileSize() const{ return m_maxFileSize; } /** *The maximum size in kilobytes of migrated graph data stored in a .csv file * before AWS DMS bulk-loads the data to the Neptune target database. The default * is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket, * ready to store the next batch of migrated graph data.
*/ inline bool MaxFileSizeHasBeenSet() const { return m_maxFileSizeHasBeenSet; } /** *The maximum size in kilobytes of migrated graph data stored in a .csv file * before AWS DMS bulk-loads the data to the Neptune target database. The default * is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket, * ready to store the next batch of migrated graph data.
*/ inline void SetMaxFileSize(int value) { m_maxFileSizeHasBeenSet = true; m_maxFileSize = value; } /** *The maximum size in kilobytes of migrated graph data stored in a .csv file * before AWS DMS bulk-loads the data to the Neptune target database. The default * is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket, * ready to store the next batch of migrated graph data.
*/ inline NeptuneSettings& WithMaxFileSize(int value) { SetMaxFileSize(value); return *this;} /** *The number of times for AWS DMS to retry a bulk load of migrated graph data * to the Neptune target database before raising an error. The default is 5.
*/ inline int GetMaxRetryCount() const{ return m_maxRetryCount; } /** *The number of times for AWS DMS to retry a bulk load of migrated graph data * to the Neptune target database before raising an error. The default is 5.
*/ inline bool MaxRetryCountHasBeenSet() const { return m_maxRetryCountHasBeenSet; } /** *The number of times for AWS DMS to retry a bulk load of migrated graph data * to the Neptune target database before raising an error. The default is 5.
*/ inline void SetMaxRetryCount(int value) { m_maxRetryCountHasBeenSet = true; m_maxRetryCount = value; } /** *The number of times for AWS DMS to retry a bulk load of migrated graph data * to the Neptune target database before raising an error. The default is 5.
*/ inline NeptuneSettings& WithMaxRetryCount(int value) { SetMaxRetryCount(value); return *this;} /** *If you want AWS Identity and Access Management (IAM) authorization enabled
* for this endpoint, set this parameter to true. Then attach the
* appropriate IAM policy document to your service role specified by
* ServiceAccessRoleArn. The default is false.
If you want AWS Identity and Access Management (IAM) authorization enabled
* for this endpoint, set this parameter to true. Then attach the
* appropriate IAM policy document to your service role specified by
* ServiceAccessRoleArn. The default is false.
If you want AWS Identity and Access Management (IAM) authorization enabled
* for this endpoint, set this parameter to true. Then attach the
* appropriate IAM policy document to your service role specified by
* ServiceAccessRoleArn. The default is false.
If you want AWS Identity and Access Management (IAM) authorization enabled
* for this endpoint, set this parameter to true. Then attach the
* appropriate IAM policy document to your service role specified by
* ServiceAccessRoleArn. The default is false.