public static interface CreateEndpointRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
CreateEndpointRequest.Builder |
databaseName(String databaseName)
The name of the endpoint database.
|
default CreateEndpointRequest.Builder |
dynamoDbSettings(Consumer<DynamoDbSettings.Builder> dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
CreateEndpointRequest.Builder |
dynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
CreateEndpointRequest.Builder |
endpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
CreateEndpointRequest.Builder |
endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
CreateEndpointRequest.Builder |
endpointType(String endpointType)
The type of endpoint.
|
CreateEndpointRequest.Builder |
engineName(String engineName)
The type of engine for the endpoint.
|
CreateEndpointRequest.Builder |
extraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
CreateEndpointRequest.Builder |
kmsKeyId(String kmsKeyId)
The KMS key identifier that will be used to encrypt the connection parameters.
|
default CreateEndpointRequest.Builder |
mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
CreateEndpointRequest.Builder |
mongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
CreateEndpointRequest.Builder |
password(String password)
The password to be used to login to the endpoint database.
|
CreateEndpointRequest.Builder |
port(Integer port)
The port used by the endpoint database.
|
CreateEndpointRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateEndpointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
default CreateEndpointRequest.Builder |
s3Settings(Consumer<S3Settings.Builder> s3Settings)
Settings in JSON format for the target S3 endpoint.
|
CreateEndpointRequest.Builder |
s3Settings(S3Settings s3Settings)
Settings in JSON format for the target S3 endpoint.
|
CreateEndpointRequest.Builder |
serverName(String serverName)
The name of the server where the endpoint database resides.
|
CreateEndpointRequest.Builder |
sslMode(DmsSslModeValue sslMode)
The SSL mode to use for the SSL connection.
|
CreateEndpointRequest.Builder |
sslMode(String sslMode)
The SSL mode to use for the SSL connection.
|
CreateEndpointRequest.Builder |
tags(Collection<Tag> tags)
Tags to be added to the endpoint.
|
CreateEndpointRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags to be added to the endpoint.
|
CreateEndpointRequest.Builder |
tags(Tag... tags)
Tags to be added to the endpoint.
|
CreateEndpointRequest.Builder |
username(String username)
The user name to be used to login to the endpoint database.
|
buildrequestOverrideConfigcopyapply, buildCreateEndpointRequest.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.CreateEndpointRequest.Builder endpointType(String endpointType)
The type of endpoint.
endpointType - The type of endpoint.ReplicationEndpointTypeValue,
ReplicationEndpointTypeValueCreateEndpointRequest.Builder endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType - The type of endpoint.ReplicationEndpointTypeValue,
ReplicationEndpointTypeValueCreateEndpointRequest.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, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.
engineName - The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL,
ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.CreateEndpointRequest.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.CreateEndpointRequest.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.CreateEndpointRequest.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.CreateEndpointRequest.Builder port(Integer port)
The port used by the endpoint database.
port - The port used by the endpoint database.CreateEndpointRequest.Builder databaseName(String databaseName)
The name of the endpoint database.
databaseName - The name of the endpoint database.CreateEndpointRequest.Builder extraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
extraConnectionAttributes - Additional attributes associated with the connection.CreateEndpointRequest.Builder kmsKeyId(String kmsKeyId)
The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use 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 - The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a
value for the KmsKeyId parameter, then AWS DMS will use 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.CreateEndpointRequest.Builder tags(Collection<Tag> tags)
Tags to be added to the endpoint.
tags - Tags to be added to the endpoint.CreateEndpointRequest.Builder tags(Tag... tags)
Tags to be added to the endpoint.
tags - Tags to be added to the endpoint.CreateEndpointRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to be added to the endpoint.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateEndpointRequest.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
certificateArn - The Amazon Resource Name (ARN) for the certificate.CreateEndpointRequest.Builder sslMode(String sslMode)
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode - The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue,
DmsSslModeValueCreateEndpointRequest.Builder sslMode(DmsSslModeValue sslMode)
The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode - The SSL mode to use for the SSL connection.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue,
DmsSslModeValueCreateEndpointRequest.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 CreateEndpointRequest.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.BuilderdynamoDbSettings(DynamoDbSettings)CreateEndpointRequest.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 CreateEndpointRequest.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.Builders3Settings(S3Settings)CreateEndpointRequest.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 CreateEndpointRequest.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.BuildermongoDbSettings(MongoDbSettings)CreateEndpointRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateEndpointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.