CopyableBuilder<ModifyEndpointRequest.Builder,ModifyEndpointRequest>
, SdkBuilder<ModifyEndpointRequest.Builder,ModifyEndpointRequest>
public static interface ModifyEndpointRequest.Builder extends CopyableBuilder<ModifyEndpointRequest.Builder,ModifyEndpointRequest>
Modifier and Type | Method | 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.
|
ModifyEndpointRequest.Builder |
dynamoDbSettings(DynamoDbSettings dynamoDbSettings) |
Settings in JSON format for the target Amazon DynamoDB 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(String endpointType) |
The type of endpoint.
|
ModifyEndpointRequest.Builder |
endpointType(ReplicationEndpointTypeValue endpointType) |
The type of endpoint.
|
ModifyEndpointRequest.Builder |
engineName(String engineName) |
The type of engine for the endpoint.
|
ModifyEndpointRequest.Builder |
extraConnectionAttributes(String extraConnectionAttributes) |
Additional attributes associated with the connection.
|
ModifyEndpointRequest.Builder |
mongoDbSettings(MongoDbSettings mongoDbSettings) |
Settings in JSON format for the source MongoDB endpoint.
|
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.
|
ModifyEndpointRequest.Builder |
s3Settings(S3Settings s3Settings) |
Settings in JSON format for the target S3 endpoint.
|
ModifyEndpointRequest.Builder |
serverName(String serverName) |
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest.Builder |
sslMode(String sslMode) |
The SSL mode to be used.
|
ModifyEndpointRequest.Builder |
sslMode(DmsSslModeValue sslMode) |
The SSL mode to be used.
|
ModifyEndpointRequest.Builder |
username(String username) |
The user name to be used to login to the endpoint database.
|
copy
apply, build
ModifyEndpointRequest.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; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
endpointIdentifier
- The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII
letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.ModifyEndpointRequest.Builder endpointType(String endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
ModifyEndpointRequest.Builder endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
ModifyEndpointRequest.Builder engineName(String engineName)
The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.
engineName
- The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL,
ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.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.
extraConnectionAttributes
- Additional attributes associated with the connection.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 to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
ModifyEndpointRequest.Builder sslMode(DmsSslModeValue sslMode)
The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode to be used.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
ModifyEndpointRequest.Builder dynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.
dynamoDbSettings
- Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the
available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon
DynamoDB Database as a Target for AWS Database Migration Service.ModifyEndpointRequest.Builder s3Settings(S3Settings s3Settings)
Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.
s3Settings
- Settings in JSON format for the target S3 endpoint. For more information about the available settings,
see the Extra Connection Attributes section at Using Amazon S3 as a
Target for AWS Database Migration Service.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 When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
mongoDbSettings
- Settings in JSON format for the source MongoDB endpoint. For more information about the available
settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database
Migration Service section at Using Amazon S3 as a
Target for AWS Database Migration Service.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.