public static interface ModifyEndpointRequest.Builder extends DatabaseMigrationRequest.Builder, 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 |
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.
|
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 |
extraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
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.
|
ModifyEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
s3Settings(Consumer<S3Settings.Builder> s3Settings)
Settings in JSON format for the target S3 endpoint.
|
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(DmsSslModeValue sslMode)
The SSL mode to be used.
|
ModifyEndpointRequest.Builder |
sslMode(String sslMode)
The SSL mode to be used.
|
ModifyEndpointRequest.Builder |
username(String username)
The user name to be used to login to the endpoint database.
|
build
overrideConfiguration
copy
applyMutation, 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
,
ReplicationEndpointTypeValue
ModifyEndpointRequest.Builder endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
,
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. 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 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
,
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
,
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.default ModifyEndpointRequest.Builder dynamoDbSettings(Consumer<DynamoDbSettings.Builder> 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.
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.Builder
dynamoDbSettings(DynamoDbSettings)
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.default ModifyEndpointRequest.Builder s3Settings(Consumer<S3Settings.Builder> 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.
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.Builder
s3Settings(S3Settings)
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.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 When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.
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.Builder
mongoDbSettings(MongoDbSettings)
ModifyEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.