@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
String |
getDatabaseName()
The name of the endpoint database.
|
DmsTransferSettings |
getDmsTransferSettings()
The settings in JSON format for the DMS transfer type of source endpoint.
|
DocDbSettings |
getDocDbSettings()
Settings in JSON format for the source DocumentDB endpoint.
|
DynamoDbSettings |
getDynamoDbSettings()
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
ElasticsearchSettings |
getElasticsearchSettings()
Settings in JSON format for the target OpenSearch endpoint.
|
String |
getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
String |
getEndpointIdentifier()
The database endpoint identifier.
|
String |
getEndpointType()
The type of endpoint.
|
String |
getEngineName()
The database engine name.
|
Boolean |
getExactSettings()
If this attribute is Y, the current call to
ModifyEndpoint replaces all existing endpoint settings
with the exact settings that you specify in this call. |
String |
getExternalTableDefinition()
The external table definition.
|
String |
getExtraConnectionAttributes()
Additional attributes associated with the connection.
|
GcpMySQLSettings |
getGcpMySQLSettings()
Settings in JSON format for the source GCP MySQL endpoint.
|
IBMDb2Settings |
getIBMDb2Settings()
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
KafkaSettings |
getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint.
|
KinesisSettings |
getKinesisSettings()
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
MicrosoftSQLServerSettings |
getMicrosoftSQLServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
MongoDbSettings |
getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
MySQLSettings |
getMySQLSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
NeptuneSettings |
getNeptuneSettings()
Settings in JSON format for the target Amazon Neptune endpoint.
|
OracleSettings |
getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
String |
getPassword()
The password to be used to login to the endpoint database.
|
Integer |
getPort()
The port used by the endpoint database.
|
PostgreSQLSettings |
getPostgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
RedisSettings |
getRedisSettings()
Settings in JSON format for the Redis target endpoint.
|
RedshiftSettings |
getRedshiftSettings() |
S3Settings |
getS3Settings()
Settings in JSON format for the target Amazon S3 endpoint.
|
String |
getServerName()
The name of the server where the endpoint database resides.
|
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint.
|
String |
getSslMode()
The SSL mode used to connect to the endpoint.
|
SybaseSettings |
getSybaseSettings()
Settings in JSON format for the source and target SAP ASE endpoint.
|
String |
getUsername()
The user name to be used to login to the endpoint database.
|
int |
hashCode() |
Boolean |
isExactSettings()
If this attribute is Y, the current call to
ModifyEndpoint replaces all existing endpoint settings
with the exact settings that you specify in this call. |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
void |
setDatabaseName(String databaseName)
The name of the endpoint database.
|
void |
setDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
void |
setDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
void |
setDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
void |
setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
void |
setEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
void |
setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
void |
setEndpointType(String endpointType)
The type of endpoint.
|
void |
setEngineName(String engineName)
The database engine name.
|
void |
setExactSettings(Boolean exactSettings)
If this attribute is Y, the current call to
ModifyEndpoint replaces all existing endpoint settings
with the exact settings that you specify in this call. |
void |
setExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
void |
setExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
void |
setGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
void |
setIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
void |
setKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
void |
setKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
void |
setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
void |
setMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
void |
setMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
void |
setNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
void |
setOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
void |
setPassword(String password)
The password to be used to login to the endpoint database.
|
void |
setPort(Integer port)
The port used by the endpoint database.
|
void |
setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
void |
setRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
|
void |
setRedshiftSettings(RedshiftSettings redshiftSettings) |
void |
setS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
void |
setServerName(String serverName)
The name of the server where the endpoint database resides.
|
void |
setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint.
|
void |
setSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
void |
setSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
void |
setSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
void |
setUsername(String username)
The user name to be used to login to the endpoint database.
|
String |
toString()
Returns a string representation of this object.
|
ModifyEndpointRequest |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
ModifyEndpointRequest |
withDatabaseName(String databaseName)
The name of the endpoint database.
|
ModifyEndpointRequest |
withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
ModifyEndpointRequest |
withDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
ModifyEndpointRequest |
withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
ModifyEndpointRequest |
withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
ModifyEndpointRequest |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
ModifyEndpointRequest |
withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
ModifyEndpointRequest |
withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
withEndpointType(String endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
withEngineName(String engineName)
The database engine name.
|
ModifyEndpointRequest |
withExactSettings(Boolean exactSettings)
If this attribute is Y, the current call to
ModifyEndpoint replaces all existing endpoint settings
with the exact settings that you specify in this call. |
ModifyEndpointRequest |
withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
ModifyEndpointRequest |
withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
ModifyEndpointRequest |
withGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
ModifyEndpointRequest |
withIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
ModifyEndpointRequest |
withKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
ModifyEndpointRequest |
withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
ModifyEndpointRequest |
withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
ModifyEndpointRequest |
withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
ModifyEndpointRequest |
withMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
ModifyEndpointRequest |
withNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
ModifyEndpointRequest |
withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
ModifyEndpointRequest |
withPassword(String password)
The password to be used to login to the endpoint database.
|
ModifyEndpointRequest |
withPort(Integer port)
The port used by the endpoint database.
|
ModifyEndpointRequest |
withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
ModifyEndpointRequest |
withRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
|
ModifyEndpointRequest |
withRedshiftSettings(RedshiftSettings redshiftSettings) |
ModifyEndpointRequest |
withS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
ModifyEndpointRequest |
withServerName(String serverName)
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest |
withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint.
|
ModifyEndpointRequest |
withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest |
withSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest |
withSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
ModifyEndpointRequest |
withUsername(String username)
The user name to be used to login to the endpoint database.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEndpointArn(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.public String getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public ModifyEndpointRequest withEndpointArn(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.public void setEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
endpointIdentifier
- The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII
letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.public String getEndpointIdentifier()
The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
public ModifyEndpointRequest withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
endpointIdentifier
- The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII
letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.public void setEndpointType(String endpointType)
The type of endpoint. Valid values are source
and target
.
endpointType
- The type of endpoint. Valid values are source
and target
.ReplicationEndpointTypeValue
public String getEndpointType()
The type of endpoint. Valid values are source
and target
.
source
and target
.ReplicationEndpointTypeValue
public ModifyEndpointRequest withEndpointType(String endpointType)
The type of endpoint. Valid values are source
and target
.
endpointType
- The type of endpoint. Valid values are source
and target
.ReplicationEndpointTypeValue
public void setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint. Valid values are source
and target
.
endpointType
- The type of endpoint. Valid values are source
and target
.ReplicationEndpointTypeValue
public ModifyEndpointRequest withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint. Valid values are source
and target
.
endpointType
- The type of endpoint. Valid values are source
and target
.ReplicationEndpointTypeValue
public void setEngineName(String engineName)
The database engine name. Valid values, depending on the EndpointType, include "mysql"
,
"oracle"
, "postgres"
, "mariadb"
, "aurora"
,
"aurora-postgresql"
, "redshift"
, "s3"
, "db2"
,
"db2-zos"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, "neptune"
, and "babelfish"
.
engineName
- The database engine name. Valid values, depending on the EndpointType, include "mysql"
,
"oracle"
, "postgres"
, "mariadb"
, "aurora"
,
"aurora-postgresql"
, "redshift"
, "s3"
, "db2"
,
"db2-zos"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, "neptune"
, and "babelfish"
.public String getEngineName()
The database engine name. Valid values, depending on the EndpointType, include "mysql"
,
"oracle"
, "postgres"
, "mariadb"
, "aurora"
,
"aurora-postgresql"
, "redshift"
, "s3"
, "db2"
,
"db2-zos"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, "neptune"
, and "babelfish"
.
"mysql"
,
"oracle"
, "postgres"
, "mariadb"
, "aurora"
,
"aurora-postgresql"
, "redshift"
, "s3"
, "db2"
,
"db2-zos"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, "neptune"
, and "babelfish"
.public ModifyEndpointRequest withEngineName(String engineName)
The database engine name. Valid values, depending on the EndpointType, include "mysql"
,
"oracle"
, "postgres"
, "mariadb"
, "aurora"
,
"aurora-postgresql"
, "redshift"
, "s3"
, "db2"
,
"db2-zos"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, "neptune"
, and "babelfish"
.
engineName
- The database engine name. Valid values, depending on the EndpointType, include "mysql"
,
"oracle"
, "postgres"
, "mariadb"
, "aurora"
,
"aurora-postgresql"
, "redshift"
, "s3"
, "db2"
,
"db2-zos"
, "azuredb"
, "sybase"
, "dynamodb"
,
"mongodb"
, "kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, "neptune"
, and "babelfish"
.public void setUsername(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.public String getUsername()
The user name to be used to login to the endpoint database.
public ModifyEndpointRequest withUsername(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.public void setPassword(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.public String getPassword()
The password to be used to login to the endpoint database.
public ModifyEndpointRequest withPassword(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.public void setServerName(String serverName)
The name of the server where the endpoint database resides.
serverName
- The name of the server where the endpoint database resides.public String getServerName()
The name of the server where the endpoint database resides.
public ModifyEndpointRequest withServerName(String serverName)
The name of the server where the endpoint database resides.
serverName
- The name of the server where the endpoint database resides.public void setPort(Integer port)
The port used by the endpoint database.
port
- The port used by the endpoint database.public Integer getPort()
The port used by the endpoint database.
public ModifyEndpointRequest withPort(Integer port)
The port used by the endpoint database.
port
- The port used by the endpoint database.public void setDatabaseName(String databaseName)
The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.
databaseName
- The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.public String getDatabaseName()
The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.
public ModifyEndpointRequest withDatabaseName(String databaseName)
The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.
databaseName
- The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.public void setExtraConnectionAttributes(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.public String getExtraConnectionAttributes()
Additional attributes associated with the connection. To reset this parameter, pass the empty string ("") as an argument.
public ModifyEndpointRequest withExtraConnectionAttributes(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.public void setCertificateArn(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.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
public ModifyEndpointRequest withCertificateArn(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.public void setSslMode(String sslMode)
The SSL mode used to connect to the endpoint. The default value is none
.
sslMode
- The SSL mode used to connect to the endpoint. The default value is none
.DmsSslModeValue
public String getSslMode()
The SSL mode used to connect to the endpoint. The default value is none
.
none
.DmsSslModeValue
public ModifyEndpointRequest withSslMode(String sslMode)
The SSL mode used to connect to the endpoint. The default value is none
.
sslMode
- The SSL mode used to connect to the endpoint. The default value is none
.DmsSslModeValue
public void setSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint. The default value is none
.
sslMode
- The SSL mode used to connect to the endpoint. The default value is none
.DmsSslModeValue
public ModifyEndpointRequest withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint. The default value is none
.
sslMode
- The SSL mode used to connect to the endpoint. The default value is none
.DmsSslModeValue
public void setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint. The role must allow the
iam:PassRole
action.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint. The role must
allow the iam:PassRole
action.public String getServiceAccessRoleArn()
The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint. The role must allow the
iam:PassRole
action.
iam:PassRole
action.public ModifyEndpointRequest withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint. The role must allow the
iam:PassRole
action.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint. The role must
allow the iam:PassRole
action.public void setExternalTableDefinition(String externalTableDefinition)
The external table definition.
externalTableDefinition
- The external table definition.public String getExternalTableDefinition()
The external table definition.
public ModifyEndpointRequest withExternalTableDefinition(String externalTableDefinition)
The external table definition.
externalTableDefinition
- The external table definition.public void setDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see Using Object Mapping to Migrate Data to DynamoDB in the Database Migration Service User Guide.
dynamoDbSettings
- Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available
settings, see Using Object Mapping to Migrate Data to DynamoDB in the Database Migration Service User Guide.public DynamoDbSettings getDynamoDbSettings()
Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see Using Object Mapping to Migrate Data to DynamoDB in the Database Migration Service User Guide.
public ModifyEndpointRequest withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see Using Object Mapping to Migrate Data to DynamoDB in the Database Migration Service User Guide.
dynamoDbSettings
- Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available
settings, see Using Object Mapping to Migrate Data to DynamoDB in the Database Migration Service User Guide.public void setS3Settings(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 DMS in the 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 DMS in the Database Migration
Service User Guide.public S3Settings getS3Settings()
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 DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withS3Settings(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 DMS in the 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 DMS in the Database Migration
Service User Guide.public void setDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow
the iam:PassRole
action.
BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
dmsTransferSettings
- The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must
allow the iam:PassRole
action.
BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
public DmsTransferSettings getDmsTransferSettings()
The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow
the iam:PassRole
action.
BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
Attributes include the following:
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must
allow the iam:PassRole
action.
BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
public ModifyEndpointRequest withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow
the iam:PassRole
action.
BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
dmsTransferSettings
- The settings in JSON format for the DMS transfer type of source endpoint.
Attributes include the following:
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must
allow the iam:PassRole
action.
BucketName - The name of the S3 bucket to use.
Shorthand syntax for these settings is as follows:
ServiceAccessRoleArn=string ,BucketName=string
JSON syntax for these settings is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string"}
public void setMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the 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 Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the
Database Migration Service User Guide.public MongoDbSettings getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the Database Migration Service User Guide.
public ModifyEndpointRequest withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the 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 Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the
Database Migration Service User Guide.public void setKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service User Guide.
kinesisSettings
- Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information
about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service
User Guide.public KinesisSettings getKinesisSettings()
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service User Guide.
public ModifyEndpointRequest withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service User Guide.
kinesisSettings
- Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information
about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service
User Guide.public void setKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User Guide.
kafkaSettings
- Settings in JSON format for the target Apache Kafka endpoint. For more information about the available
settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User
Guide.public KafkaSettings getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User Guide.
public ModifyEndpointRequest withKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User Guide.
kafkaSettings
- Settings in JSON format for the target Apache Kafka endpoint. For more information about the available
settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User
Guide.public void setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using OpenSearch as a Target for DMS in the Database Migration Service User Guide.
elasticsearchSettings
- Settings in JSON format for the target OpenSearch endpoint. For more information about the available
settings, see Extra Connection Attributes When Using OpenSearch as a Target for DMS in the Database Migration
Service User Guide.public ElasticsearchSettings getElasticsearchSettings()
Settings in JSON format for the target OpenSearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using OpenSearch as a Target for DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using OpenSearch as a Target for DMS in the Database Migration Service User Guide.
elasticsearchSettings
- Settings in JSON format for the target OpenSearch endpoint. For more information about the available
settings, see Extra Connection Attributes When Using OpenSearch as a Target for DMS in the Database Migration
Service User Guide.public void setNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the Database Migration Service User Guide.
neptuneSettings
- Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available
settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the
Database Migration Service User Guide.public NeptuneSettings getNeptuneSettings()
Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the Database Migration Service User Guide.
public ModifyEndpointRequest withNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the Database Migration Service User Guide.
neptuneSettings
- Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available
settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the
Database Migration Service User Guide.public void setRedshiftSettings(RedshiftSettings redshiftSettings)
redshiftSettings
- public RedshiftSettings getRedshiftSettings()
public ModifyEndpointRequest withRedshiftSettings(RedshiftSettings redshiftSettings)
redshiftSettings
- public void setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for DMS and Extra connection attributes when using PostgreSQL as a target for DMS in the Database Migration Service User Guide.
postgreSQLSettings
- Settings in JSON format for the source and target PostgreSQL endpoint. For information about other
available settings, see Extra connection attributes when using PostgreSQL as a source for DMS and Extra connection attributes when using PostgreSQL as a target for DMS in the Database Migration
Service User Guide.public PostgreSQLSettings getPostgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for DMS and Extra connection attributes when using PostgreSQL as a target for DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for DMS and Extra connection attributes when using PostgreSQL as a target for DMS in the Database Migration Service User Guide.
postgreSQLSettings
- Settings in JSON format for the source and target PostgreSQL endpoint. For information about other
available settings, see Extra connection attributes when using PostgreSQL as a source for DMS and Extra connection attributes when using PostgreSQL as a target for DMS in the Database Migration
Service User Guide.public void setMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for DMS and Extra connection attributes when using a MySQL-compatible database as a target for DMS in the Database Migration Service User Guide.
mySQLSettings
- Settings in JSON format for the source and target MySQL endpoint. For information about other available
settings, see Extra connection attributes when using MySQL as a source for DMS and Extra connection attributes when using a MySQL-compatible database as a target for DMS in the
Database Migration Service User Guide.public MySQLSettings getMySQLSettings()
Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for DMS and Extra connection attributes when using a MySQL-compatible database as a target for DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for DMS and Extra connection attributes when using a MySQL-compatible database as a target for DMS in the Database Migration Service User Guide.
mySQLSettings
- Settings in JSON format for the source and target MySQL endpoint. For information about other available
settings, see Extra connection attributes when using MySQL as a source for DMS and Extra connection attributes when using a MySQL-compatible database as a target for DMS in the
Database Migration Service User Guide.public void setOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see Extra connection attributes when using Oracle as a source for DMS and Extra connection attributes when using Oracle as a target for DMS in the Database Migration Service User Guide.
oracleSettings
- Settings in JSON format for the source and target Oracle endpoint. For information about other available
settings, see Extra connection attributes when using Oracle as a source for DMS and Extra connection attributes when using Oracle as a target for DMS in the Database Migration
Service User Guide.public OracleSettings getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see Extra connection attributes when using Oracle as a source for DMS and Extra connection attributes when using Oracle as a target for DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see Extra connection attributes when using Oracle as a source for DMS and Extra connection attributes when using Oracle as a target for DMS in the Database Migration Service User Guide.
oracleSettings
- Settings in JSON format for the source and target Oracle endpoint. For information about other available
settings, see Extra connection attributes when using Oracle as a source for DMS and Extra connection attributes when using Oracle as a target for DMS in the Database Migration
Service User Guide.public void setSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see Extra connection attributes when using SAP ASE as a source for DMS and Extra connection attributes when using SAP ASE as a target for DMS in the Database Migration Service User Guide.
sybaseSettings
- Settings in JSON format for the source and target SAP ASE endpoint. For information about other available
settings, see Extra connection attributes when using SAP ASE as a source for DMS and Extra connection attributes when using SAP ASE as a target for DMS in the Database Migration
Service User Guide.public SybaseSettings getSybaseSettings()
Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see Extra connection attributes when using SAP ASE as a source for DMS and Extra connection attributes when using SAP ASE as a target for DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see Extra connection attributes when using SAP ASE as a source for DMS and Extra connection attributes when using SAP ASE as a target for DMS in the Database Migration Service User Guide.
sybaseSettings
- Settings in JSON format for the source and target SAP ASE endpoint. For information about other available
settings, see Extra connection attributes when using SAP ASE as a source for DMS and Extra connection attributes when using SAP ASE as a target for DMS in the Database Migration
Service User Guide.public void setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for DMS and Extra connection attributes when using SQL Server as a target for DMS in the Database Migration Service User Guide.
microsoftSQLServerSettings
- Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about
other available settings, see Extra connection attributes when using SQL Server as a source for DMS and Extra connection attributes when using SQL Server as a target for DMS in the Database Migration
Service User Guide.public MicrosoftSQLServerSettings getMicrosoftSQLServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for DMS and Extra connection attributes when using SQL Server as a target for DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for DMS and Extra connection attributes when using SQL Server as a target for DMS in the Database Migration Service User Guide.
microsoftSQLServerSettings
- Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about
other available settings, see Extra connection attributes when using SQL Server as a source for DMS and Extra connection attributes when using SQL Server as a target for DMS in the Database Migration
Service User Guide.public void setIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for DMS in the Database Migration Service User Guide.
iBMDb2Settings
- Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available
settings, see Extra connection attributes when using Db2 LUW as a source for DMS in the Database Migration
Service User Guide.public IBMDb2Settings getIBMDb2Settings()
Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for DMS in the Database Migration Service User Guide.
public ModifyEndpointRequest withIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for DMS in the Database Migration Service User Guide.
iBMDb2Settings
- Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available
settings, see Extra connection attributes when using Db2 LUW as a source for DMS in the Database Migration
Service User Guide.public void setDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for Database Migration Service in the Database Migration Service User Guide.
docDbSettings
- Settings in JSON format for the source DocumentDB endpoint. For more information about the available
settings, see the configuration properties section in Using DocumentDB as a
Target for Database Migration Service in the Database Migration Service User Guide.public DocDbSettings getDocDbSettings()
Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for Database Migration Service in the Database Migration Service User Guide.
public ModifyEndpointRequest withDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for Database Migration Service in the Database Migration Service User Guide.
docDbSettings
- Settings in JSON format for the source DocumentDB endpoint. For more information about the available
settings, see the configuration properties section in Using DocumentDB as a
Target for Database Migration Service in the Database Migration Service User Guide.public void setRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
redisSettings
- Settings in JSON format for the Redis target endpoint.public RedisSettings getRedisSettings()
Settings in JSON format for the Redis target endpoint.
public ModifyEndpointRequest withRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
redisSettings
- Settings in JSON format for the Redis target endpoint.public void setExactSettings(Boolean exactSettings)
If this attribute is Y, the current call to ModifyEndpoint
replaces all existing endpoint settings
with the exact settings that you specify in this call. If this attribute is N, the current call to
ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint has the
following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has the
following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint again.
Then the endpoint has the following settings: '{"b":2}'
. All existing settings are replaced with the
exact settings that you specify.
exactSettings
- If this attribute is Y, the current call to ModifyEndpoint
replaces all existing endpoint
settings with the exact settings that you specify in this call. If this attribute is N, the current call
to ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint
has the following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has
the following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint
again. Then the endpoint has the following settings: '{"b":2}'
. All existing settings are
replaced with the exact settings that you specify.
public Boolean getExactSettings()
If this attribute is Y, the current call to ModifyEndpoint
replaces all existing endpoint settings
with the exact settings that you specify in this call. If this attribute is N, the current call to
ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint has the
following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has the
following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint again.
Then the endpoint has the following settings: '{"b":2}'
. All existing settings are replaced with the
exact settings that you specify.
ModifyEndpoint
replaces all existing endpoint
settings with the exact settings that you specify in this call. If this attribute is N, the current call
to ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint
has the following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint
has the following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same
endpoint again. Then the endpoint has the following settings: '{"b":2}'
. All existing
settings are replaced with the exact settings that you specify.
public ModifyEndpointRequest withExactSettings(Boolean exactSettings)
If this attribute is Y, the current call to ModifyEndpoint
replaces all existing endpoint settings
with the exact settings that you specify in this call. If this attribute is N, the current call to
ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint has the
following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has the
following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint again.
Then the endpoint has the following settings: '{"b":2}'
. All existing settings are replaced with the
exact settings that you specify.
exactSettings
- If this attribute is Y, the current call to ModifyEndpoint
replaces all existing endpoint
settings with the exact settings that you specify in this call. If this attribute is N, the current call
to ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint
has the following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has
the following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint
again. Then the endpoint has the following settings: '{"b":2}'
. All existing settings are
replaced with the exact settings that you specify.
public Boolean isExactSettings()
If this attribute is Y, the current call to ModifyEndpoint
replaces all existing endpoint settings
with the exact settings that you specify in this call. If this attribute is N, the current call to
ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint has the
following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint has the
following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same endpoint again.
Then the endpoint has the following settings: '{"b":2}'
. All existing settings are replaced with the
exact settings that you specify.
ModifyEndpoint
replaces all existing endpoint
settings with the exact settings that you specify in this call. If this attribute is N, the current call
to ModifyEndpoint
does two things:
It replaces any endpoint settings that already exist with new values, for settings with the same names.
It creates new endpoint settings that you specify in the call, for settings with different names.
For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ...
, the endpoint
has the following endpoint settings: '{"a":1}'
. If you then call
modify-endpoint ... --endpoint-settings '{"b":2}' ...
for the same endpoint, the endpoint
has the following settings: '{"a":1,"b":2}'
.
However, suppose that you follow this with a call to
modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ...
for that same
endpoint again. Then the endpoint has the following settings: '{"b":2}'
. All existing
settings are replaced with the exact settings that you specify.
public void setGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
gcpMySQLSettings
- Settings in JSON format for the source GCP MySQL endpoint.public GcpMySQLSettings getGcpMySQLSettings()
Settings in JSON format for the source GCP MySQL endpoint.
public ModifyEndpointRequest withGcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)
Settings in JSON format for the source GCP MySQL endpoint.
gcpMySQLSettings
- Settings in JSON format for the source GCP MySQL endpoint.public String toString()
toString
in class Object
Object.toString()
public ModifyEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()