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 |
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 |
kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint.
|
ModifyEndpointRequest.Builder |
kinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams 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.
|
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 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 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, 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, aurora-postgresql, redshift, s3, db2, azuredb, sybase, sybase,
dynamodb, mongodb, 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 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 more information about the 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 more information about the
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 more information about the 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.Builder
dynamoDbSettings(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.Builder
s3Settings(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 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. Set to NONE (the default) or do not use to leave the files uncompressed.
Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string
JSON syntax:
{ "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 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. Set to NONE (the default) or do not use to leave the files uncompressed.
Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string
JSON syntax:
{ "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 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. Set to NONE (the default) or do not use to leave the files uncompressed.
Shorthand syntax: ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string
JSON syntax:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
This is a convenience that creates an instance of theDmsTransferSettings.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.Builder
dmsTransferSettings(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.Builder
mongoDbSettings(MongoDbSettings)
ModifyEndpointRequest.Builder kinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration User Guide.
kinesisSettings
- Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information
about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration
User Guide.default ModifyEndpointRequest.Builder kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint. For more information about the available settings, see Using Object Mapping to Migrate Data to a Kinesis Data Stream in the AWS Database Migration 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.Builder
kinesisSettings(KinesisSettings)
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 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 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 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.Builder
elasticsearchSettings(ElasticsearchSettings)
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.