Uses of Interface
software.amazon.awssdk.services.databasemigration.model.Endpoint.Builder
Packages that use Endpoint.Builder
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return Endpoint.BuilderModifier and TypeMethodDescriptionstatic Endpoint.BuilderEndpoint.builder()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.BuilderEndpoint.Builder.dmsTransferSettings(Consumer<DmsTransferSettings.Builder> dmsTransferSettings) The settings for the DMS Transfer type source.Endpoint.Builder.dmsTransferSettings(DmsTransferSettings dmsTransferSettings) The settings for the DMS Transfer type source.default Endpoint.BuilderEndpoint.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.BuilderEndpoint.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.BuilderEndpoint.Builder.elasticsearchSettings(Consumer<ElasticsearchSettings.Builder> elasticsearchSettings) The settings for the OpenSearch source endpoint.Endpoint.Builder.elasticsearchSettings(ElasticsearchSettings elasticsearchSettings) The settings for the OpenSearch 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(String endpointType) The type of endpoint.Endpoint.Builder.endpointType(ReplicationEndpointTypeValue 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.BuilderEndpoint.Builder.gcpMySQLSettings(Consumer<GcpMySQLSettings.Builder> gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.Endpoint.Builder.gcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.default Endpoint.BuilderEndpoint.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.Endpoint.Builder.isReadOnly(Boolean isReadOnly) Indicates whether the endpoint is read-only.default Endpoint.BuilderEndpoint.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.BuilderEndpoint.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.An KMS key identifier that is used to encrypt the connection parameters for the endpoint.default Endpoint.BuilderEndpoint.Builder.lakehouseSettings(Consumer<LakehouseSettings.Builder> lakehouseSettings) Settings in JSON format for the target Lakehouse endpoint.Endpoint.Builder.lakehouseSettings(LakehouseSettings lakehouseSettings) Settings in JSON format for the target Lakehouse endpoint.default Endpoint.BuilderEndpoint.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.BuilderEndpoint.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.BuilderEndpoint.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.BuilderEndpoint.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.BuilderEndpoint.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.The port value used to access the endpoint.default Endpoint.BuilderEndpoint.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.BuilderEndpoint.Builder.redisSettings(Consumer<RedisSettings.Builder> redisSettings) The settings for the Redis target endpoint.Endpoint.Builder.redisSettings(RedisSettings redisSettings) The settings for the Redis target endpoint.default Endpoint.BuilderEndpoint.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.BuilderEndpoint.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 to access the IAM role.The SSL mode used to connect to the endpoint.Endpoint.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the endpoint.The status of the endpoint.default Endpoint.BuilderEndpoint.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.default Endpoint.BuilderEndpoint.Builder.timestreamSettings(Consumer<TimestreamSettings.Builder> timestreamSettings) The settings for the Amazon Timestream target endpoint.Endpoint.Builder.timestreamSettings(TimestreamSettings timestreamSettings) The settings for the Amazon Timestream target endpoint.Endpoint.toBuilder()The user name used to connect to the endpoint.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Endpoint.Builder>Endpoint.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type Endpoint.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointResponse.BuilderCreateEndpointResponse.Builder.endpoint(Consumer<Endpoint.Builder> endpoint) The endpoint that was created.default DeleteEndpointResponse.BuilderDeleteEndpointResponse.Builder.endpoint(Consumer<Endpoint.Builder> endpoint) The endpoint that was deleted.default ModifyEndpointResponse.BuilderModifyEndpointResponse.Builder.endpoint(Consumer<Endpoint.Builder> endpoint) The modified endpoint.