Class CfnEndpointProps.Builder
java.lang.Object
software.amazon.awscdk.services.dms.CfnEndpointProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEndpointProps>
- Enclosing interface:
CfnEndpointProps
@Stability(Stable)
public static final class CfnEndpointProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEndpointProps>
A builder for
CfnEndpointProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.certificateArn
(String certificateArn) Sets the value ofCfnEndpointProps.getCertificateArn()
databaseName
(String databaseName) Sets the value ofCfnEndpointProps.getDatabaseName()
docDbSettings
(IResolvable docDbSettings) Sets the value ofCfnEndpointProps.getDocDbSettings()
docDbSettings
(CfnEndpoint.DocDbSettingsProperty docDbSettings) Sets the value ofCfnEndpointProps.getDocDbSettings()
dynamoDbSettings
(IResolvable dynamoDbSettings) Sets the value ofCfnEndpointProps.getDynamoDbSettings()
dynamoDbSettings
(CfnEndpoint.DynamoDbSettingsProperty dynamoDbSettings) Sets the value ofCfnEndpointProps.getDynamoDbSettings()
elasticsearchSettings
(IResolvable elasticsearchSettings) Sets the value ofCfnEndpointProps.getElasticsearchSettings()
elasticsearchSettings
(CfnEndpoint.ElasticsearchSettingsProperty elasticsearchSettings) Sets the value ofCfnEndpointProps.getElasticsearchSettings()
endpointIdentifier
(String endpointIdentifier) Sets the value ofCfnEndpointProps.getEndpointIdentifier()
endpointType
(String endpointType) Sets the value ofCfnEndpointProps.getEndpointType()
engineName
(String engineName) Sets the value ofCfnEndpointProps.getEngineName()
extraConnectionAttributes
(String extraConnectionAttributes) Sets the value ofCfnEndpointProps.getExtraConnectionAttributes()
gcpMySqlSettings
(IResolvable gcpMySqlSettings) Sets the value ofCfnEndpointProps.getGcpMySqlSettings()
gcpMySqlSettings
(CfnEndpoint.GcpMySQLSettingsProperty gcpMySqlSettings) Sets the value ofCfnEndpointProps.getGcpMySqlSettings()
ibmDb2Settings
(IResolvable ibmDb2Settings) Sets the value ofCfnEndpointProps.getIbmDb2Settings()
ibmDb2Settings
(CfnEndpoint.IbmDb2SettingsProperty ibmDb2Settings) Sets the value ofCfnEndpointProps.getIbmDb2Settings()
kafkaSettings
(IResolvable kafkaSettings) Sets the value ofCfnEndpointProps.getKafkaSettings()
kafkaSettings
(CfnEndpoint.KafkaSettingsProperty kafkaSettings) Sets the value ofCfnEndpointProps.getKafkaSettings()
kinesisSettings
(IResolvable kinesisSettings) Sets the value ofCfnEndpointProps.getKinesisSettings()
kinesisSettings
(CfnEndpoint.KinesisSettingsProperty kinesisSettings) Sets the value ofCfnEndpointProps.getKinesisSettings()
Sets the value ofCfnEndpointProps.getKmsKeyId()
microsoftSqlServerSettings
(IResolvable microsoftSqlServerSettings) Sets the value ofCfnEndpointProps.getMicrosoftSqlServerSettings()
microsoftSqlServerSettings
(CfnEndpoint.MicrosoftSqlServerSettingsProperty microsoftSqlServerSettings) Sets the value ofCfnEndpointProps.getMicrosoftSqlServerSettings()
mongoDbSettings
(IResolvable mongoDbSettings) Sets the value ofCfnEndpointProps.getMongoDbSettings()
mongoDbSettings
(CfnEndpoint.MongoDbSettingsProperty mongoDbSettings) Sets the value ofCfnEndpointProps.getMongoDbSettings()
mySqlSettings
(IResolvable mySqlSettings) Sets the value ofCfnEndpointProps.getMySqlSettings()
mySqlSettings
(CfnEndpoint.MySqlSettingsProperty mySqlSettings) Sets the value ofCfnEndpointProps.getMySqlSettings()
neptuneSettings
(IResolvable neptuneSettings) Sets the value ofCfnEndpointProps.getNeptuneSettings()
neptuneSettings
(CfnEndpoint.NeptuneSettingsProperty neptuneSettings) Sets the value ofCfnEndpointProps.getNeptuneSettings()
oracleSettings
(IResolvable oracleSettings) Sets the value ofCfnEndpointProps.getOracleSettings()
oracleSettings
(CfnEndpoint.OracleSettingsProperty oracleSettings) Sets the value ofCfnEndpointProps.getOracleSettings()
Sets the value ofCfnEndpointProps.getPassword()
Sets the value ofCfnEndpointProps.getPort()
postgreSqlSettings
(IResolvable postgreSqlSettings) Sets the value ofCfnEndpointProps.getPostgreSqlSettings()
postgreSqlSettings
(CfnEndpoint.PostgreSqlSettingsProperty postgreSqlSettings) Sets the value ofCfnEndpointProps.getPostgreSqlSettings()
redisSettings
(IResolvable redisSettings) Sets the value ofCfnEndpointProps.getRedisSettings()
redisSettings
(CfnEndpoint.RedisSettingsProperty redisSettings) Sets the value ofCfnEndpointProps.getRedisSettings()
redshiftSettings
(IResolvable redshiftSettings) Sets the value ofCfnEndpointProps.getRedshiftSettings()
redshiftSettings
(CfnEndpoint.RedshiftSettingsProperty redshiftSettings) Sets the value ofCfnEndpointProps.getRedshiftSettings()
resourceIdentifier
(String resourceIdentifier) Sets the value ofCfnEndpointProps.getResourceIdentifier()
s3Settings
(IResolvable s3Settings) Sets the value ofCfnEndpointProps.getS3Settings()
s3Settings
(CfnEndpoint.S3SettingsProperty s3Settings) Sets the value ofCfnEndpointProps.getS3Settings()
serverName
(String serverName) Sets the value ofCfnEndpointProps.getServerName()
Sets the value ofCfnEndpointProps.getSslMode()
sybaseSettings
(IResolvable sybaseSettings) Sets the value ofCfnEndpointProps.getSybaseSettings()
sybaseSettings
(CfnEndpoint.SybaseSettingsProperty sybaseSettings) Sets the value ofCfnEndpointProps.getSybaseSettings()
Sets the value ofCfnEndpointProps.getTags()
Sets the value ofCfnEndpointProps.getUsername()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointType
Sets the value ofCfnEndpointProps.getEndpointType()
- Parameters:
endpointType
- The type of endpoint. This parameter is required. Valid values aresource
andtarget
.- Returns:
this
-
engineName
Sets the value ofCfnEndpointProps.getEngineName()
- Parameters:
engineName
- The type of engine for the endpoint, depending on theEndpointType
value. This parameter is required. Valid values :mysql
|oracle
|postgres
|mariadb
|aurora
|aurora-postgresql
|opensearch
|redshift
|s3
|db2
|azuredb
|sybase
|dynamodb
|mongodb
|kinesis
|kafka
|elasticsearch
|docdb
|sqlserver
|neptune
- Returns:
this
-
certificateArn
Sets the value ofCfnEndpointProps.getCertificateArn()
- Parameters:
certificateArn
- The Amazon Resource Name (ARN) for the certificate.- Returns:
this
-
databaseName
Sets the value ofCfnEndpointProps.getDatabaseName()
- Parameters:
databaseName
- The name of the endpoint database. For a MySQL source or target endpoint, don't specifyDatabaseName
. To migrate to a specific database, use this setting andtargetDbType
.- Returns:
this
-
docDbSettings
@Stability(Stable) public CfnEndpointProps.Builder docDbSettings(CfnEndpoint.DocDbSettingsProperty docDbSettings) Sets the value ofCfnEndpointProps.getDocDbSettings()
- Parameters:
docDbSettings
- Settings in JSON format for the source and target DocumentDB endpoint. For more information about other available settings, see Using extra connections attributes with Amazon DocumentDB as a source and Using Amazon DocumentDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .- Returns:
this
-
docDbSettings
Sets the value ofCfnEndpointProps.getDocDbSettings()
- Parameters:
docDbSettings
- Settings in JSON format for the source and target DocumentDB endpoint. For more information about other available settings, see Using extra connections attributes with Amazon DocumentDB as a source and Using Amazon DocumentDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .- Returns:
this
-
dynamoDbSettings
Sets the value ofCfnEndpointProps.getDynamoDbSettings()
- Parameters:
dynamoDbSettings
- Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see Using object mapping to migrate data to DynamoDB in the AWS Database Migration Service User Guide .- Returns:
this
-
dynamoDbSettings
@Stability(Stable) public CfnEndpointProps.Builder dynamoDbSettings(CfnEndpoint.DynamoDbSettingsProperty dynamoDbSettings) Sets the value ofCfnEndpointProps.getDynamoDbSettings()
- Parameters:
dynamoDbSettings
- Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see Using object mapping to migrate data to DynamoDB in the AWS Database Migration Service User Guide .- Returns:
this
-
elasticsearchSettings
@Stability(Stable) public CfnEndpointProps.Builder elasticsearchSettings(IResolvable elasticsearchSettings) Sets the value ofCfnEndpointProps.getElasticsearchSettings()
- Parameters:
elasticsearchSettings
- Settings in JSON format for the target OpenSearch endpoint. For more information about the available settings, see Extra connection attributes when using OpenSearch as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
elasticsearchSettings
@Stability(Stable) public CfnEndpointProps.Builder elasticsearchSettings(CfnEndpoint.ElasticsearchSettingsProperty elasticsearchSettings) Sets the value ofCfnEndpointProps.getElasticsearchSettings()
- Parameters:
elasticsearchSettings
- Settings in JSON format for the target OpenSearch endpoint. For more information about the available settings, see Extra connection attributes when using OpenSearch as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
endpointIdentifier
Sets the value ofCfnEndpointProps.getEndpointIdentifier()
- Parameters:
endpointIdentifier
- The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.- Returns:
this
-
extraConnectionAttributes
@Stability(Stable) public CfnEndpointProps.Builder extraConnectionAttributes(String extraConnectionAttributes) Sets the value ofCfnEndpointProps.getExtraConnectionAttributes()
- Parameters:
extraConnectionAttributes
- Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide .- Returns:
this
-
gcpMySqlSettings
Sets the value ofCfnEndpointProps.getGcpMySqlSettings()
- Parameters:
gcpMySqlSettings
- Settings in JSON format for the source GCP MySQL endpoint. These settings are much the same as the settings for any MySQL-compatible endpoint. For more information, see Extra connection attributes when using MySQL as a source for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
gcpMySqlSettings
@Stability(Stable) public CfnEndpointProps.Builder gcpMySqlSettings(CfnEndpoint.GcpMySQLSettingsProperty gcpMySqlSettings) Sets the value ofCfnEndpointProps.getGcpMySqlSettings()
- Parameters:
gcpMySqlSettings
- Settings in JSON format for the source GCP MySQL endpoint. These settings are much the same as the settings for any MySQL-compatible endpoint. For more information, see Extra connection attributes when using MySQL as a source for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
ibmDb2Settings
Sets the value ofCfnEndpointProps.getIbmDb2Settings()
- Parameters:
ibmDb2Settings
- Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
ibmDb2Settings
@Stability(Stable) public CfnEndpointProps.Builder ibmDb2Settings(CfnEndpoint.IbmDb2SettingsProperty ibmDb2Settings) Sets the value ofCfnEndpointProps.getIbmDb2Settings()
- Parameters:
ibmDb2Settings
- Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
kafkaSettings
Sets the value ofCfnEndpointProps.getKafkaSettings()
- Parameters:
kafkaSettings
- Settings in JSON format for the target Apache Kafka endpoint. For more information about other available settings, see Using object mapping to migrate data to a Kafka topic in the AWS Database Migration Service User Guide .- Returns:
this
-
kafkaSettings
@Stability(Stable) public CfnEndpointProps.Builder kafkaSettings(CfnEndpoint.KafkaSettingsProperty kafkaSettings) Sets the value ofCfnEndpointProps.getKafkaSettings()
- Parameters:
kafkaSettings
- Settings in JSON format for the target Apache Kafka endpoint. For more information about other available settings, see Using object mapping to migrate data to a Kafka topic in the AWS Database Migration Service User Guide .- Returns:
this
-
kinesisSettings
Sets the value ofCfnEndpointProps.getKinesisSettings()
- Parameters:
kinesisSettings
- Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about other available settings, see Using object mapping to migrate data to a Kinesis data stream in the AWS Database Migration Service User Guide .- Returns:
this
-
kinesisSettings
@Stability(Stable) public CfnEndpointProps.Builder kinesisSettings(CfnEndpoint.KinesisSettingsProperty kinesisSettings) Sets the value ofCfnEndpointProps.getKinesisSettings()
- Parameters:
kinesisSettings
- Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about other available settings, see Using object mapping to migrate data to a Kinesis data stream in the AWS Database Migration Service User Guide .- Returns:
this
-
kmsKeyId
Sets the value ofCfnEndpointProps.getKmsKeyId()
- Parameters:
kmsKeyId
- An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for theKmsKeyId
parameter, AWS DMS uses your default encryption key.AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
- Returns:
this
-
microsoftSqlServerSettings
@Stability(Stable) public CfnEndpointProps.Builder microsoftSqlServerSettings(IResolvable microsoftSqlServerSettings) Sets the value ofCfnEndpointProps.getMicrosoftSqlServerSettings()
- Parameters:
microsoftSqlServerSettings
- Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for AWS DMS and Extra connection attributes when using SQL Server as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
microsoftSqlServerSettings
@Stability(Stable) public CfnEndpointProps.Builder microsoftSqlServerSettings(CfnEndpoint.MicrosoftSqlServerSettingsProperty microsoftSqlServerSettings) Sets the value ofCfnEndpointProps.getMicrosoftSqlServerSettings()
- Parameters:
microsoftSqlServerSettings
- Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for AWS DMS and Extra connection attributes when using SQL Server as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
mongoDbSettings
Sets the value ofCfnEndpointProps.getMongoDbSettings()
- Parameters:
mongoDbSettings
- Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see Using MongoDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .- Returns:
this
-
mongoDbSettings
@Stability(Stable) public CfnEndpointProps.Builder mongoDbSettings(CfnEndpoint.MongoDbSettingsProperty mongoDbSettings) Sets the value ofCfnEndpointProps.getMongoDbSettings()
- Parameters:
mongoDbSettings
- Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see Using MongoDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .- Returns:
this
-
mySqlSettings
Sets the value ofCfnEndpointProps.getMySqlSettings()
- Parameters:
mySqlSettings
- Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for AWS DMS and Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
mySqlSettings
@Stability(Stable) public CfnEndpointProps.Builder mySqlSettings(CfnEndpoint.MySqlSettingsProperty mySqlSettings) Sets the value ofCfnEndpointProps.getMySqlSettings()
- Parameters:
mySqlSettings
- Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for AWS DMS and Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
neptuneSettings
Sets the value ofCfnEndpointProps.getNeptuneSettings()
- Parameters:
neptuneSettings
- Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying endpoint settings for Amazon Neptune as a target in the AWS Database Migration Service User Guide .- Returns:
this
-
neptuneSettings
@Stability(Stable) public CfnEndpointProps.Builder neptuneSettings(CfnEndpoint.NeptuneSettingsProperty neptuneSettings) Sets the value ofCfnEndpointProps.getNeptuneSettings()
- Parameters:
neptuneSettings
- Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying endpoint settings for Amazon Neptune as a target in the AWS Database Migration Service User Guide .- Returns:
this
-
oracleSettings
Sets the value ofCfnEndpointProps.getOracleSettings()
- Parameters:
oracleSettings
- Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see Extra connection attributes when using Oracle as a source for AWS DMS and Extra connection attributes when using Oracle as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
oracleSettings
@Stability(Stable) public CfnEndpointProps.Builder oracleSettings(CfnEndpoint.OracleSettingsProperty oracleSettings) Sets the value ofCfnEndpointProps.getOracleSettings()
- Parameters:
oracleSettings
- Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see Extra connection attributes when using Oracle as a source for AWS DMS and Extra connection attributes when using Oracle as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
password
Sets the value ofCfnEndpointProps.getPassword()
- Parameters:
password
- The password to be used to log in to the endpoint database.- Returns:
this
-
port
Sets the value ofCfnEndpointProps.getPort()
- Parameters:
port
- The port used by the endpoint database.- Returns:
this
-
postgreSqlSettings
@Stability(Stable) public CfnEndpointProps.Builder postgreSqlSettings(IResolvable postgreSqlSettings) Sets the value ofCfnEndpointProps.getPostgreSqlSettings()
- Parameters:
postgreSqlSettings
- Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for AWS DMS and Extra connection attributes when using PostgreSQL as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
postgreSqlSettings
@Stability(Stable) public CfnEndpointProps.Builder postgreSqlSettings(CfnEndpoint.PostgreSqlSettingsProperty postgreSqlSettings) Sets the value ofCfnEndpointProps.getPostgreSqlSettings()
- Parameters:
postgreSqlSettings
- Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for AWS DMS and Extra connection attributes when using PostgreSQL as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
redisSettings
Sets the value ofCfnEndpointProps.getRedisSettings()
- Parameters:
redisSettings
- Settings in JSON format for the target Redis endpoint. For information about other available settings, see Specifying endpoint settings for Redis as a target in the AWS Database Migration Service User Guide .- Returns:
this
-
redisSettings
@Stability(Stable) public CfnEndpointProps.Builder redisSettings(CfnEndpoint.RedisSettingsProperty redisSettings) Sets the value ofCfnEndpointProps.getRedisSettings()
- Parameters:
redisSettings
- Settings in JSON format for the target Redis endpoint. For information about other available settings, see Specifying endpoint settings for Redis as a target in the AWS Database Migration Service User Guide .- Returns:
this
-
redshiftSettings
Sets the value ofCfnEndpointProps.getRedshiftSettings()
- Parameters:
redshiftSettings
- Settings in JSON format for the Amazon Redshift endpoint. For more information about other available settings, see Extra connection attributes when using Amazon Redshift as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
redshiftSettings
@Stability(Stable) public CfnEndpointProps.Builder redshiftSettings(CfnEndpoint.RedshiftSettingsProperty redshiftSettings) Sets the value ofCfnEndpointProps.getRedshiftSettings()
- Parameters:
redshiftSettings
- Settings in JSON format for the Amazon Redshift endpoint. For more information about other available settings, see Extra connection attributes when using Amazon Redshift as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
resourceIdentifier
Sets the value ofCfnEndpointProps.getResourceIdentifier()
- Parameters:
resourceIdentifier
- A display name for the resource identifier at the end of theEndpointArn
response parameter that is returned in the createdEndpoint
object. The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such asExample-App-ARN1
.For example, this value might result in the
EndpointArn
valuearn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify aResourceIdentifier
value, AWS DMS generates a default identifier value for the end ofEndpointArn
.- Returns:
this
-
s3Settings
Sets the value ofCfnEndpointProps.getS3Settings()
- Parameters:
s3Settings
- Settings in JSON format for the source and target Amazon S3 endpoint. For more information about other available settings, see Extra connection attributes when using Amazon S3 as a source for AWS DMS and Extra connection attributes when using Amazon S3 as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
s3Settings
@Stability(Stable) public CfnEndpointProps.Builder s3Settings(CfnEndpoint.S3SettingsProperty s3Settings) Sets the value ofCfnEndpointProps.getS3Settings()
- Parameters:
s3Settings
- Settings in JSON format for the source and target Amazon S3 endpoint. For more information about other available settings, see Extra connection attributes when using Amazon S3 as a source for AWS DMS and Extra connection attributes when using Amazon S3 as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
serverName
Sets the value ofCfnEndpointProps.getServerName()
- Parameters:
serverName
- The name of the server where the endpoint database resides.- Returns:
this
-
sslMode
Sets the value ofCfnEndpointProps.getSslMode()
- Parameters:
sslMode
- The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default isnone
.When
engine_name
is set to S3, the only allowed value isnone
.- Returns:
this
-
sybaseSettings
Sets the value ofCfnEndpointProps.getSybaseSettings()
- Parameters:
sybaseSettings
- Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see Extra connection attributes when using SAP ASE as a source for AWS DMS and Extra connection attributes when using SAP ASE as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
sybaseSettings
@Stability(Stable) public CfnEndpointProps.Builder sybaseSettings(CfnEndpoint.SybaseSettingsProperty sybaseSettings) Sets the value ofCfnEndpointProps.getSybaseSettings()
- Parameters:
sybaseSettings
- Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see Extra connection attributes when using SAP ASE as a source for AWS DMS and Extra connection attributes when using SAP ASE as a target for AWS DMS in the AWS Database Migration Service User Guide .- Returns:
this
-
tags
Sets the value ofCfnEndpointProps.getTags()
- Parameters:
tags
- One or more tags to be assigned to the endpoint.- Returns:
this
-
username
Sets the value ofCfnEndpointProps.getUsername()
- Parameters:
username
- The user name to be used to log in to the endpoint database.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEndpointProps>
- Returns:
- a new instance of
CfnEndpointProps
- Throws:
NullPointerException
- if any required attribute was not provided
-