public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
|
Endpoint.Builder |
databaseName(String databaseName)
The name of the database at the endpoint.
|
default Endpoint.Builder |
dmsTransferSettings(Consumer<DmsTransferSettings.Builder> dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
Endpoint.Builder |
dmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
default Endpoint.Builder |
docDbSettings(Consumer<DocDbSettings.Builder> docDbSettings)
Sets the value of the DocDbSettings property for this object.
|
Endpoint.Builder |
docDbSettings(DocDbSettings docDbSettings)
Sets the value of the DocDbSettings property for this object.
|
default Endpoint.Builder |
dynamoDbSettings(Consumer<DynamoDbSettings.Builder> dynamoDbSettings)
The settings for the DynamoDB target endpoint.
|
Endpoint.Builder |
dynamoDbSettings(DynamoDbSettings dynamoDbSettings)
The settings for the DynamoDB target endpoint.
|
default Endpoint.Builder |
elasticsearchSettings(Consumer<ElasticsearchSettings.Builder> elasticsearchSettings)
The settings for the Elasticsearch source endpoint.
|
Endpoint.Builder |
elasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the Elasticsearch source endpoint.
|
Endpoint.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
Endpoint.Builder |
endpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
Endpoint.Builder |
endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Endpoint.Builder |
endpointType(String endpointType)
The type of endpoint.
|
Endpoint.Builder |
engineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
Endpoint.Builder |
engineName(String engineName)
The database engine name.
|
Endpoint.Builder |
externalId(String externalId)
Value returned by a call to CreateEndpoint that can be used for cross-account validation.
|
Endpoint.Builder |
externalTableDefinition(String externalTableDefinition)
The external table definition.
|
Endpoint.Builder |
extraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
|
default Endpoint.Builder |
ibmDb2Settings(Consumer<IBMDb2Settings.Builder> ibmDb2Settings)
The settings for the IBM Db2 LUW source endpoint.
|
Endpoint.Builder |
ibmDb2Settings(IBMDb2Settings ibmDb2Settings)
The settings for the IBM Db2 LUW source endpoint.
|
default Endpoint.Builder |
kafkaSettings(Consumer<KafkaSettings.Builder> kafkaSettings)
The settings for the Apache Kafka target endpoint.
|
Endpoint.Builder |
kafkaSettings(KafkaSettings kafkaSettings)
The settings for the Apache Kafka target endpoint.
|
default Endpoint.Builder |
kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings)
The settings for the Amazon Kinesis target endpoint.
|
Endpoint.Builder |
kinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis target endpoint.
|
Endpoint.Builder |
kmsKeyId(String kmsKeyId)
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
|
default Endpoint.Builder |
microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
Endpoint.Builder |
microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
default Endpoint.Builder |
mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings)
The settings for the MongoDB source endpoint.
|
Endpoint.Builder |
mongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
default Endpoint.Builder |
mySQLSettings(Consumer<MySQLSettings.Builder> mySQLSettings)
The settings for the MySQL source and target endpoint.
|
Endpoint.Builder |
mySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint.
|
default Endpoint.Builder |
neptuneSettings(Consumer<NeptuneSettings.Builder> neptuneSettings)
The settings for the Amazon Neptune target endpoint.
|
Endpoint.Builder |
neptuneSettings(NeptuneSettings neptuneSettings)
The settings for the Amazon Neptune target endpoint.
|
default Endpoint.Builder |
oracleSettings(Consumer<OracleSettings.Builder> oracleSettings)
The settings for the Oracle source and target endpoint.
|
Endpoint.Builder |
oracleSettings(OracleSettings oracleSettings)
The settings for the Oracle source and target endpoint.
|
Endpoint.Builder |
port(Integer port)
The port value used to access the endpoint.
|
default Endpoint.Builder |
postgreSQLSettings(Consumer<PostgreSQLSettings.Builder> postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
Endpoint.Builder |
postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
default Endpoint.Builder |
redshiftSettings(Consumer<RedshiftSettings.Builder> redshiftSettings)
Settings for the Amazon Redshift endpoint.
|
Endpoint.Builder |
redshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint.
|
default Endpoint.Builder |
s3Settings(Consumer<S3Settings.Builder> s3Settings)
The settings for the S3 target endpoint.
|
Endpoint.Builder |
s3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint.
|
Endpoint.Builder |
serverName(String serverName)
The name of the server at the endpoint.
|
Endpoint.Builder |
serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
|
Endpoint.Builder |
sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
Endpoint.Builder |
sslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
Endpoint.Builder |
status(String status)
The status of the endpoint.
|
default Endpoint.Builder |
sybaseSettings(Consumer<SybaseSettings.Builder> sybaseSettings)
The settings for the SAP ASE source and target endpoint.
|
Endpoint.Builder |
sybaseSettings(SybaseSettings sybaseSettings)
The settings for the SAP ASE source and target endpoint.
|
Endpoint.Builder |
username(String username)
The user name used to connect to the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpoint.Builder endpointIdentifier(String 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.
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.Endpoint.Builder endpointType(String endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValue,
ReplicationEndpointTypeValueEndpoint.Builder endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValue,
ReplicationEndpointTypeValueEndpoint.Builder engineName(String engineName)
The database engine name. Valid values, depending on the EndpointType, include "mysql",
"oracle", "postgres", "mariadb", "aurora",
"aurora-postgresql", "redshift", "s3", "db2",
"azuredb", "sybase", "dynamodb", "mongodb",
"kinesis", "kafka", "elasticsearch", "documentdb",
"sqlserver", and "neptune".
engineName - The database engine name. Valid values, depending on the EndpointType, include "mysql",
"oracle", "postgres", "mariadb", "aurora",
"aurora-postgresql", "redshift", "s3", "db2",
"azuredb", "sybase", "dynamodb", "mongodb",
"kinesis", "kafka", "elasticsearch", "documentdb",
"sqlserver", and "neptune".Endpoint.Builder engineDisplayName(String engineDisplayName)
The expanded name for the engine name. For example, if the EngineName parameter is "aurora,"
this value would be "Amazon Aurora MySQL."
engineDisplayName - The expanded name for the engine name. For example, if the EngineName parameter is
"aurora," this value would be "Amazon Aurora MySQL."Endpoint.Builder username(String username)
The user name used to connect to the endpoint.
username - The user name used to connect to the endpoint.Endpoint.Builder serverName(String serverName)
The name of the server at the endpoint.
serverName - The name of the server at the endpoint.Endpoint.Builder port(Integer port)
The port value used to access the endpoint.
port - The port value used to access the endpoint.Endpoint.Builder databaseName(String databaseName)
The name of the database at the endpoint.
databaseName - The name of the database at the endpoint.Endpoint.Builder extraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
extraConnectionAttributes - Additional connection attributes used to connect to the endpoint.Endpoint.Builder status(String status)
The status of the endpoint.
status - The status of the endpoint.Endpoint.Builder kmsKeyId(String 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 the KmsKeyId parameter, then 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.
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 the KmsKeyId parameter, then 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.
Endpoint.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.Endpoint.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
certificateArn - The Amazon Resource Name (ARN) used for SSL connection to the endpoint.Endpoint.Builder sslMode(String sslMode)
The SSL mode used to connect to the endpoint. The default value is none.
sslMode - The SSL mode used to connect to the endpoint. The default value is none.DmsSslModeValue,
DmsSslModeValueEndpoint.Builder sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint. The default value is none.
sslMode - The SSL mode used to connect to the endpoint. The default value is none.DmsSslModeValue,
DmsSslModeValueEndpoint.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role.Endpoint.Builder externalTableDefinition(String externalTableDefinition)
The external table definition.
externalTableDefinition - The external table definition.Endpoint.Builder externalId(String externalId)
Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.
externalId - Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a
subsequent call to CreateEndpoint to create the endpoint with a cross-account.Endpoint.Builder dynamoDbSettings(DynamoDbSettings dynamoDbSettings)
The settings for the DynamoDB target endpoint. For more information, see the DynamoDBSettings
structure.
dynamoDbSettings - The settings for the DynamoDB target endpoint. For more information, see the
DynamoDBSettings structure.default Endpoint.Builder dynamoDbSettings(Consumer<DynamoDbSettings.Builder> dynamoDbSettings)
The settings for the DynamoDB target endpoint. For more information, see the DynamoDBSettings
structure.
DynamoDbSettings.Builder avoiding the need to
create one manually via DynamoDbSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dynamoDbSettings(DynamoDbSettings).dynamoDbSettings - a consumer that will call methods on DynamoDbSettings.BuilderdynamoDbSettings(DynamoDbSettings)Endpoint.Builder s3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint. For more information, see the S3Settings structure.
s3Settings - The settings for the S3 target endpoint. For more information, see the S3Settings
structure.default Endpoint.Builder s3Settings(Consumer<S3Settings.Builder> s3Settings)
The settings for the S3 target endpoint. For more information, see the S3Settings structure.
S3Settings.Builder avoiding the need to create
one manually via S3Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3Settings(S3Settings).s3Settings - a consumer that will call methods on S3Settings.Builders3Settings(S3Settings)Endpoint.Builder dmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Possible settings include the following:
ServiceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.
BucketName - The name of the S3 bucket to use.
CompressionType - An optional parameter to use GZIP to compress the target files. To use GZIP,
set this value to NONE (the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
dmsTransferSettings - The settings in JSON format for the DMS transfer type of source endpoint.
Possible settings include the following:
ServiceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.
BucketName - The name of the S3 bucket to use.
CompressionType - An optional parameter to use GZIP to compress the target files. To use
GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use
this value.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
default Endpoint.Builder dmsTransferSettings(Consumer<DmsTransferSettings.Builder> dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Possible settings include the following:
ServiceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.
BucketName - The name of the S3 bucket to use.
CompressionType - An optional parameter to use GZIP to compress the target files. To use GZIP,
set this value to NONE (the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
DmsTransferSettings.Builder avoiding the need
to create one manually via DmsTransferSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dmsTransferSettings(DmsTransferSettings).dmsTransferSettings - a consumer that will call methods on DmsTransferSettings.BuilderdmsTransferSettings(DmsTransferSettings)Endpoint.Builder mongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.
mongoDbSettings - The settings for the MongoDB source endpoint. For more information, see the
MongoDbSettings structure.default Endpoint.Builder mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings)
The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.
MongoDbSettings.Builder avoiding the need to
create one manually via MongoDbSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mongoDbSettings(MongoDbSettings).mongoDbSettings - a consumer that will call methods on MongoDbSettings.BuildermongoDbSettings(MongoDbSettings)Endpoint.Builder kinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis target endpoint. For more information, see the
KinesisSettings structure.
kinesisSettings - The settings for the Amazon Kinesis target endpoint. For more information, see the
KinesisSettings structure.default Endpoint.Builder kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings)
The settings for the Amazon Kinesis target endpoint. For more information, see the
KinesisSettings structure.
KinesisSettings.Builder avoiding the need to
create one manually via KinesisSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to kinesisSettings(KinesisSettings).kinesisSettings - a consumer that will call methods on KinesisSettings.BuilderkinesisSettings(KinesisSettings)Endpoint.Builder kafkaSettings(KafkaSettings kafkaSettings)
The settings for the Apache Kafka target endpoint. For more information, see the KafkaSettings
structure.
kafkaSettings - The settings for the Apache Kafka target endpoint. For more information, see the
KafkaSettings structure.default Endpoint.Builder kafkaSettings(Consumer<KafkaSettings.Builder> kafkaSettings)
The settings for the Apache Kafka target endpoint. For more information, see the KafkaSettings
structure.
KafkaSettings.Builder avoiding the need to
create one manually via KafkaSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to kafkaSettings(KafkaSettings).kafkaSettings - a consumer that will call methods on KafkaSettings.BuilderkafkaSettings(KafkaSettings)Endpoint.Builder elasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings structure.
elasticsearchSettings - The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings structure.default Endpoint.Builder elasticsearchSettings(Consumer<ElasticsearchSettings.Builder> elasticsearchSettings)
The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings structure.
ElasticsearchSettings.Builder avoiding the need
to create one manually via ElasticsearchSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to elasticsearchSettings(ElasticsearchSettings).elasticsearchSettings - a consumer that will call methods on ElasticsearchSettings.BuilderelasticsearchSettings(ElasticsearchSettings)Endpoint.Builder neptuneSettings(NeptuneSettings neptuneSettings)
The settings for the Amazon Neptune target endpoint. For more information, see the
NeptuneSettings structure.
neptuneSettings - The settings for the Amazon Neptune target endpoint. For more information, see the
NeptuneSettings structure.default Endpoint.Builder neptuneSettings(Consumer<NeptuneSettings.Builder> neptuneSettings)
The settings for the Amazon Neptune target endpoint. For more information, see the
NeptuneSettings structure.
NeptuneSettings.Builder avoiding the need to
create one manually via NeptuneSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to neptuneSettings(NeptuneSettings).neptuneSettings - a consumer that will call methods on NeptuneSettings.BuilderneptuneSettings(NeptuneSettings)Endpoint.Builder redshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint.
redshiftSettings - Settings for the Amazon Redshift endpoint.default Endpoint.Builder redshiftSettings(Consumer<RedshiftSettings.Builder> redshiftSettings)
Settings for the Amazon Redshift endpoint.
This is a convenience that creates an instance of theRedshiftSettings.Builder avoiding the need to
create one manually via RedshiftSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to redshiftSettings(RedshiftSettings).redshiftSettings - a consumer that will call methods on RedshiftSettings.BuilderredshiftSettings(RedshiftSettings)Endpoint.Builder postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint. For more information, see the
PostgreSQLSettings structure.
postgreSQLSettings - The settings for the PostgreSQL source and target endpoint. For more information, see the
PostgreSQLSettings structure.default Endpoint.Builder postgreSQLSettings(Consumer<PostgreSQLSettings.Builder> postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint. For more information, see the
PostgreSQLSettings structure.
PostgreSQLSettings.Builder avoiding the need to
create one manually via PostgreSQLSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to postgreSQLSettings(PostgreSQLSettings).postgreSQLSettings - a consumer that will call methods on PostgreSQLSettings.BuilderpostgreSQLSettings(PostgreSQLSettings)Endpoint.Builder mySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint. For more information, see the
MySQLSettings structure.
mySQLSettings - The settings for the MySQL source and target endpoint. For more information, see the
MySQLSettings structure.default Endpoint.Builder mySQLSettings(Consumer<MySQLSettings.Builder> mySQLSettings)
The settings for the MySQL source and target endpoint. For more information, see the
MySQLSettings structure.
MySQLSettings.Builder avoiding the need to
create one manually via MySQLSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mySQLSettings(MySQLSettings).mySQLSettings - a consumer that will call methods on MySQLSettings.BuildermySQLSettings(MySQLSettings)Endpoint.Builder oracleSettings(OracleSettings oracleSettings)
The settings for the Oracle source and target endpoint. For more information, see the
OracleSettings structure.
oracleSettings - The settings for the Oracle source and target endpoint. For more information, see the
OracleSettings structure.default Endpoint.Builder oracleSettings(Consumer<OracleSettings.Builder> oracleSettings)
The settings for the Oracle source and target endpoint. For more information, see the
OracleSettings structure.
OracleSettings.Builder avoiding the need to
create one manually via OracleSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to oracleSettings(OracleSettings).oracleSettings - a consumer that will call methods on OracleSettings.BuilderoracleSettings(OracleSettings)Endpoint.Builder sybaseSettings(SybaseSettings sybaseSettings)
The settings for the SAP ASE source and target endpoint. For more information, see the
SybaseSettings structure.
sybaseSettings - The settings for the SAP ASE source and target endpoint. For more information, see the
SybaseSettings structure.default Endpoint.Builder sybaseSettings(Consumer<SybaseSettings.Builder> sybaseSettings)
The settings for the SAP ASE source and target endpoint. For more information, see the
SybaseSettings structure.
SybaseSettings.Builder avoiding the need to
create one manually via SybaseSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sybaseSettings(SybaseSettings).sybaseSettings - a consumer that will call methods on SybaseSettings.BuildersybaseSettings(SybaseSettings)Endpoint.Builder microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint. For more information, see the
MicrosoftSQLServerSettings structure.
microsoftSQLServerSettings - The settings for the Microsoft SQL Server source and target endpoint. For more information, see the
MicrosoftSQLServerSettings structure.default Endpoint.Builder microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint. For more information, see the
MicrosoftSQLServerSettings structure.
MicrosoftSQLServerSettings.Builder avoiding the
need to create one manually via MicrosoftSQLServerSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to microsoftSQLServerSettings(MicrosoftSQLServerSettings).microsoftSQLServerSettings - a consumer that will call methods on MicrosoftSQLServerSettings.BuildermicrosoftSQLServerSettings(MicrosoftSQLServerSettings)Endpoint.Builder ibmDb2Settings(IBMDb2Settings ibmDb2Settings)
The settings for the IBM Db2 LUW source endpoint. For more information, see the IBMDb2Settings
structure.
ibmDb2Settings - The settings for the IBM Db2 LUW source endpoint. For more information, see the
IBMDb2Settings structure.default Endpoint.Builder ibmDb2Settings(Consumer<IBMDb2Settings.Builder> ibmDb2Settings)
The settings for the IBM Db2 LUW source endpoint. For more information, see the IBMDb2Settings
structure.
IBMDb2Settings.Builder avoiding the need to
create one manually via IBMDb2Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ibmDb2Settings(IBMDb2Settings).ibmDb2Settings - a consumer that will call methods on IBMDb2Settings.BuilderibmDb2Settings(IBMDb2Settings)Endpoint.Builder docDbSettings(DocDbSettings docDbSettings)
docDbSettings - The new value for the DocDbSettings property for this object.default Endpoint.Builder docDbSettings(Consumer<DocDbSettings.Builder> docDbSettings)
DocDbSettings.Builder avoiding the need to
create one manually via DocDbSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to docDbSettings(DocDbSettings).docDbSettings - a consumer that will call methods on DocDbSettings.BuilderdocDbSettings(DocDbSettings)Copyright © 2021. All rights reserved.