public static interface ModifyEndpointRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<ModifyEndpointRequest.Builder,ModifyEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyEndpointRequest.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
ModifyEndpointRequest.Builder |
databaseName(String databaseName)
The name of the endpoint database.
|
default ModifyEndpointRequest.Builder |
dmsTransferSettings(Consumer<DmsTransferSettings.Builder> dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
ModifyEndpointRequest.Builder |
dmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
default ModifyEndpointRequest.Builder |
docDbSettings(Consumer<DocDbSettings.Builder> docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
ModifyEndpointRequest.Builder |
docDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
default ModifyEndpointRequest.Builder |
dynamoDbSettings(Consumer<DynamoDbSettings.Builder> dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
ModifyEndpointRequest.Builder |
dynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
default ModifyEndpointRequest.Builder |
elasticsearchSettings(Consumer<ElasticsearchSettings.Builder> elasticsearchSettings)
Settings in JSON format for the target Elasticsearch endpoint.
|
ModifyEndpointRequest.Builder |
elasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target Elasticsearch endpoint.
|
ModifyEndpointRequest.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
ModifyEndpointRequest.Builder |
endpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
ModifyEndpointRequest.Builder |
endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
ModifyEndpointRequest.Builder |
endpointType(String endpointType)
The type of endpoint.
|
ModifyEndpointRequest.Builder |
engineName(String engineName)
The type of engine for the endpoint.
|
ModifyEndpointRequest.Builder |
externalTableDefinition(String externalTableDefinition)
The external table definition.
|
ModifyEndpointRequest.Builder |
extraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
default ModifyEndpointRequest.Builder |
ibmDb2Settings(Consumer<IBMDb2Settings.Builder> ibmDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
ModifyEndpointRequest.Builder |
ibmDb2Settings(IBMDb2Settings ibmDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
default ModifyEndpointRequest.Builder |
kafkaSettings(Consumer<KafkaSettings.Builder> kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
ModifyEndpointRequest.Builder |
kafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
default ModifyEndpointRequest.Builder |
kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
ModifyEndpointRequest.Builder |
kinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
default ModifyEndpointRequest.Builder |
microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
ModifyEndpointRequest.Builder |
microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
default ModifyEndpointRequest.Builder |
mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
ModifyEndpointRequest.Builder |
mongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
default ModifyEndpointRequest.Builder |
mySQLSettings(Consumer<MySQLSettings.Builder> mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
ModifyEndpointRequest.Builder |
mySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
default ModifyEndpointRequest.Builder |
neptuneSettings(Consumer<NeptuneSettings.Builder> neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
ModifyEndpointRequest.Builder |
neptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
default ModifyEndpointRequest.Builder |
oracleSettings(Consumer<OracleSettings.Builder> oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
ModifyEndpointRequest.Builder |
oracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
ModifyEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyEndpointRequest.Builder |
password(String password)
The password to be used to login to the endpoint database.
|
ModifyEndpointRequest.Builder |
port(Integer port)
The port used by the endpoint database.
|
default ModifyEndpointRequest.Builder |
postgreSQLSettings(Consumer<PostgreSQLSettings.Builder> postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
ModifyEndpointRequest.Builder |
postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
default ModifyEndpointRequest.Builder |
redshiftSettings(Consumer<RedshiftSettings.Builder> redshiftSettings)
Sets the value of the RedshiftSettings property for this object.
|
ModifyEndpointRequest.Builder |
redshiftSettings(RedshiftSettings redshiftSettings)
Sets the value of the RedshiftSettings property for this object.
|
default ModifyEndpointRequest.Builder |
s3Settings(Consumer<S3Settings.Builder> s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
ModifyEndpointRequest.Builder |
s3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
ModifyEndpointRequest.Builder |
serverName(String serverName)
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest.Builder |
serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.
|
ModifyEndpointRequest.Builder |
sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest.Builder |
sslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
default ModifyEndpointRequest.Builder |
sybaseSettings(Consumer<SybaseSettings.Builder> sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
ModifyEndpointRequest.Builder |
sybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
ModifyEndpointRequest.Builder |
username(String username)
The user name to be used to login to the endpoint database.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyEndpointRequest.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.ModifyEndpointRequest.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.ModifyEndpointRequest.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,
ReplicationEndpointTypeValueModifyEndpointRequest.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,
ReplicationEndpointTypeValueModifyEndpointRequest.Builder engineName(String engineName)
The type of engine for the endpoint. 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 type of engine for the endpoint. 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".ModifyEndpointRequest.Builder username(String username)
The user name to be used to login to the endpoint database.
username - The user name to be used to login to the endpoint database.ModifyEndpointRequest.Builder password(String password)
The password to be used to login to the endpoint database.
password - The password to be used to login to the endpoint database.ModifyEndpointRequest.Builder serverName(String serverName)
The name of the server where the endpoint database resides.
serverName - The name of the server where the endpoint database resides.ModifyEndpointRequest.Builder port(Integer port)
The port used by the endpoint database.
port - The port used by the endpoint database.ModifyEndpointRequest.Builder databaseName(String databaseName)
The name of the endpoint database.
databaseName - The name of the endpoint database.ModifyEndpointRequest.Builder extraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection. To reset this parameter, pass the empty string ("") as an argument.
extraConnectionAttributes - Additional attributes associated with the connection. To reset this parameter, pass the empty string
("") as an argument.ModifyEndpointRequest.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
certificateArn - The Amazon Resource Name (ARN) of the certificate used for SSL connection.ModifyEndpointRequest.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,
DmsSslModeValueModifyEndpointRequest.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,
DmsSslModeValueModifyEndpointRequest.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.
serviceAccessRoleArn - The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.ModifyEndpointRequest.Builder externalTableDefinition(String externalTableDefinition)
The external table definition.
externalTableDefinition - The external table definition.ModifyEndpointRequest.Builder dynamoDbSettings(DynamoDbSettings 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.
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.default ModifyEndpointRequest.Builder dynamoDbSettings(Consumer<DynamoDbSettings.Builder> 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.
This is a convenience that creates an instance of theDynamoDbSettings.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)ModifyEndpointRequest.Builder s3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
s3Settings - Settings in JSON format for the target Amazon S3 endpoint. For more information about the available
settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database
Migration Service User Guide.default ModifyEndpointRequest.Builder s3Settings(Consumer<S3Settings.Builder> s3Settings)
Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the AWS Database Migration Service User Guide.
This is a convenience that creates an instance of theS3Settings.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)ModifyEndpointRequest.Builder dmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
serviceAccessRoleArn - The AWS Identity and Access Management (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. Either set this parameter to NONE (the default) or don't use it to leave the files uncompressed.
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.
Attributes include the following:
serviceAccessRoleArn - The AWS Identity and Access Management (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. Either set this parameter to NONE (the default) or don't use it to leave the files uncompressed.
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 ModifyEndpointRequest.Builder dmsTransferSettings(Consumer<DmsTransferSettings.Builder> dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
serviceAccessRoleArn - The AWS Identity and Access Management (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. Either set this parameter to NONE (the default) or don't use it to leave the files uncompressed.
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)ModifyEndpointRequest.Builder mongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
mongoDbSettings - Settings in JSON format for the source MongoDB endpoint. For more information about the available
settings, see the configuration properties section in Using MongoDB as a
Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.default ModifyEndpointRequest.Builder mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
This is a convenience that creates an instance of theMongoDbSettings.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)ModifyEndpointRequest.Builder kinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using Amazon Kinesis Data Streams as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
kinesisSettings - Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information
about the available settings, see Using Amazon Kinesis
Data Streams as a Target for AWS Database Migration Service in the AWS Database Migration
Service User Guide.default ModifyEndpointRequest.Builder kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using Amazon Kinesis Data Streams as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
This is a convenience that creates an instance of theKinesisSettings.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)ModifyEndpointRequest.Builder kafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using Apache Kafka as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
kafkaSettings - Settings in JSON format for the target Apache Kafka endpoint. For more information about the available
settings, see Using
Apache Kafka as a Target for AWS Database Migration Service in the AWS Database Migration
Service User Guide.default ModifyEndpointRequest.Builder kafkaSettings(Consumer<KafkaSettings.Builder> kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using Apache Kafka as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
This is a convenience that creates an instance of theKafkaSettings.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)ModifyEndpointRequest.Builder elasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration Service User Guide.
elasticsearchSettings - Settings in JSON format for the target Elasticsearch endpoint. For more information about the
available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS
Database Migration Service User Guide.default ModifyEndpointRequest.Builder elasticsearchSettings(Consumer<ElasticsearchSettings.Builder> elasticsearchSettings)
Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in the AWS Database Migration Service User Guide.
This is a convenience that creates an instance of theElasticsearchSettings.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)ModifyEndpointRequest.Builder neptuneSettings(NeptuneSettings 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.
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.default ModifyEndpointRequest.Builder neptuneSettings(Consumer<NeptuneSettings.Builder> 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.
This is a convenience that creates an instance of theNeptuneSettings.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)ModifyEndpointRequest.Builder redshiftSettings(RedshiftSettings redshiftSettings)
redshiftSettings - The new value for the RedshiftSettings property for this object.default ModifyEndpointRequest.Builder redshiftSettings(Consumer<RedshiftSettings.Builder> redshiftSettings)
RedshiftSettings.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)ModifyEndpointRequest.Builder postgreSQLSettings(PostgreSQLSettings 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.
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.default ModifyEndpointRequest.Builder postgreSQLSettings(Consumer<PostgreSQLSettings.Builder> 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.
This is a convenience that creates an instance of thePostgreSQLSettings.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)ModifyEndpointRequest.Builder mySQLSettings(MySQLSettings 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.
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.default ModifyEndpointRequest.Builder mySQLSettings(Consumer<MySQLSettings.Builder> 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.
This is a convenience that creates an instance of theMySQLSettings.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)ModifyEndpointRequest.Builder oracleSettings(OracleSettings 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.
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.default ModifyEndpointRequest.Builder oracleSettings(Consumer<OracleSettings.Builder> 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.
This is a convenience that creates an instance of theOracleSettings.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)ModifyEndpointRequest.Builder sybaseSettings(SybaseSettings 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.
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.default ModifyEndpointRequest.Builder sybaseSettings(Consumer<SybaseSettings.Builder> 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.
This is a convenience that creates an instance of theSybaseSettings.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)ModifyEndpointRequest.Builder microsoftSQLServerSettings(MicrosoftSQLServerSettings 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.
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.default ModifyEndpointRequest.Builder microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> 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.
This is a convenience that creates an instance of theMicrosoftSQLServerSettings.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)ModifyEndpointRequest.Builder ibmDb2Settings(IBMDb2Settings 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.
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.default ModifyEndpointRequest.Builder ibmDb2Settings(Consumer<IBMDb2Settings.Builder> 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.
This is a convenience that creates an instance of theIBMDb2Settings.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)ModifyEndpointRequest.Builder docDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
docDbSettings - Settings in JSON format for the source DocumentDB endpoint. For more information about the available
settings, see the configuration properties section in Using DocumentDB
as a Target for AWS Database Migration Service in the AWS Database Migration Service User
Guide.default ModifyEndpointRequest.Builder docDbSettings(Consumer<DocDbSettings.Builder> docDbSettings)
Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for AWS Database Migration Service in the AWS Database Migration Service User Guide.
This is a convenience that creates an instance of theDocDbSettings.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)ModifyEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.