@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.
|
DynamoDbSettings |
getDynamoDbSettings()
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
ElasticsearchSettings |
getElasticsearchSettings()
Settings in JSON format for the target Elasticsearch 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 type of engine for the endpoint.
|
String |
getExternalTableDefinition()
The external table definition.
|
String |
getExtraConnectionAttributes()
Additional attributes associated with the connection.
|
KinesisSettings |
getKinesisSettings()
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint.
|
MongoDbSettings |
getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
String |
getPassword()
The password to be used to login to the endpoint database.
|
Integer |
getPort()
The port used by the endpoint database.
|
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 service access role you want to use to modify the endpoint.
|
String |
getSslMode()
The SSL mode used to connect to the endpoint.
|
String |
getUsername()
The user name to be used to login to the endpoint database.
|
int |
hashCode() |
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 |
setDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
void |
setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target Elasticsearch 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 type of engine for the endpoint.
|
void |
setExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
void |
setExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
void |
setKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint.
|
void |
setMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB 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 |
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 service access 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 |
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 |
withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
ModifyEndpointRequest |
withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target Elasticsearch 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 type of engine for the endpoint.
|
ModifyEndpointRequest |
withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
ModifyEndpointRequest |
withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
ModifyEndpointRequest |
withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint.
|
ModifyEndpointRequest |
withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB 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 |
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 service access 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 |
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; 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.public String getEndpointIdentifier()
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.
public ModifyEndpointRequest withEndpointIdentifier(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.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 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, 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, dynamodb, mongodb, and
sqlserver.public String getEngineName()
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, dynamodb, mongodb, and sqlserver.
public ModifyEndpointRequest withEngineName(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, 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, dynamodb, mongodb, and
sqlserver.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.
databaseName
- The name of the endpoint database.public String getDatabaseName()
The name of the endpoint database.
public ModifyEndpointRequest withDatabaseName(String databaseName)
The name of the endpoint database.
databaseName
- The name of the endpoint database.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 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.public String getServiceAccessRoleArn()
The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.
public ModifyEndpointRequest withServiceAccessRoleArn(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.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 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.public DynamoDbSettings getDynamoDbSettings()
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.
public ModifyEndpointRequest withDynamoDbSettings(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.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 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.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 AWS DMS in the AWS 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 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.public void setDmsTransferSettings(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" }
public DmsTransferSettings getDmsTransferSettings()
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" }
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" }
public ModifyEndpointRequest withDmsTransferSettings(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" }
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 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.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 Using MongoDB as a Target for AWS Database Migration Service in the AWS 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 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.public void setKinesisSettings(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.public KinesisSettings getKinesisSettings()
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.
public ModifyEndpointRequest withKinesisSettings(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.public void setElasticsearchSettings(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.public ElasticsearchSettings getElasticsearchSettings()
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.
public ModifyEndpointRequest withElasticsearchSettings(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.public void setRedshiftSettings(RedshiftSettings redshiftSettings)
redshiftSettings
- public RedshiftSettings getRedshiftSettings()
public ModifyEndpointRequest withRedshiftSettings(RedshiftSettings redshiftSettings)
redshiftSettings
- public String toString()
toString
in class Object
Object.toString()
public ModifyEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.