@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Endpoint extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Endpoint() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
|
String |
getDatabaseName()
The name of the database at the endpoint.
|
DmsTransferSettings |
getDmsTransferSettings()
The settings in JSON format for the DMS transfer type of source endpoint.
|
DynamoDbSettings |
getDynamoDbSettings()
The settings for the target DynamoDB database.
|
ElasticsearchSettings |
getElasticsearchSettings()
The settings for the Elasticsearch source 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 |
getEngineDisplayName()
The expanded name for the engine name.
|
String |
getEngineName()
The database engine name.
|
String |
getExternalId()
Value returned by a call to CreateEndpoint that can be used for cross-account validation.
|
String |
getExternalTableDefinition()
The external table definition.
|
String |
getExtraConnectionAttributes()
Additional connection attributes used to connect to the endpoint.
|
KinesisSettings |
getKinesisSettings()
The settings for the Amazon Kinesis source endpoint.
|
String |
getKmsKeyId()
The AWS KMS key identifier that is used to encrypt the content on the replication instance.
|
MongoDbSettings |
getMongoDbSettings()
The settings for the MongoDB source endpoint.
|
Integer |
getPort()
The port value used to access the endpoint.
|
RedshiftSettings |
getRedshiftSettings()
Settings for the Amazon Redshift endpoint
|
S3Settings |
getS3Settings()
The settings for the S3 target endpoint.
|
String |
getServerName()
The name of the server at the endpoint.
|
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service access IAM role.
|
String |
getSslMode()
The SSL mode used to connect to the endpoint.
|
String |
getStatus()
The status of the endpoint.
|
String |
getUsername()
The user name used to connect to the endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
|
void |
setDatabaseName(String databaseName)
The name of the database at the endpoint.
|
void |
setDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
void |
setDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
The settings for the target DynamoDB database.
|
void |
setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the Elasticsearch source 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 |
setEngineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
void |
setEngineName(String engineName)
The database engine name.
|
void |
setExternalId(String externalId)
Value returned by a call to CreateEndpoint that can be used for cross-account validation.
|
void |
setExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
void |
setExtraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
|
void |
setKinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis source endpoint.
|
void |
setKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance.
|
void |
setMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
void |
setPort(Integer port)
The port value used to access the endpoint.
|
void |
setRedshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint
|
void |
setS3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint.
|
void |
setServerName(String serverName)
The name of the server at the endpoint.
|
void |
setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
|
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 |
setStatus(String status)
The status of the endpoint.
|
void |
setUsername(String username)
The user name used to connect to the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
Endpoint |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
|
Endpoint |
withDatabaseName(String databaseName)
The name of the database at the endpoint.
|
Endpoint |
withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
Endpoint |
withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
The settings for the target DynamoDB database.
|
Endpoint |
withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the Elasticsearch source endpoint.
|
Endpoint |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
Endpoint |
withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
Endpoint |
withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Endpoint |
withEndpointType(String endpointType)
The type of endpoint.
|
Endpoint |
withEngineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
Endpoint |
withEngineName(String engineName)
The database engine name.
|
Endpoint |
withExternalId(String externalId)
Value returned by a call to CreateEndpoint that can be used for cross-account validation.
|
Endpoint |
withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
Endpoint |
withExtraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
|
Endpoint |
withKinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis source endpoint.
|
Endpoint |
withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance.
|
Endpoint |
withMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
Endpoint |
withPort(Integer port)
The port value used to access the endpoint.
|
Endpoint |
withRedshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint
|
Endpoint |
withS3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint.
|
Endpoint |
withServerName(String serverName)
The name of the server at the endpoint.
|
Endpoint |
withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
|
Endpoint |
withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
Endpoint |
withSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
Endpoint |
withStatus(String status)
The status of the endpoint.
|
Endpoint |
withUsername(String username)
The user name used to connect to 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 Endpoint 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.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public String getEndpointType()
The type of endpoint.
ReplicationEndpointTypeValue
public Endpoint withEndpointType(String endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public void setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public Endpoint withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.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, azuredb, sybase, sybase, dynamodb, mongodb, and sqlserver.
engineName
- The database engine name. Valid values, depending on the EndPointType, include mysql, oracle, postgres,
mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, sybase, dynamodb, mongodb, and
sqlserver.public String getEngineName()
The database engine name. Valid values, depending on the EndPointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, sybase, dynamodb, mongodb, and sqlserver.
public Endpoint withEngineName(String engineName)
The database engine name. 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 database engine name. Valid values, depending on the EndPointType, include mysql, oracle, postgres,
mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, sybase, dynamodb, mongodb, and
sqlserver.public void setEngineDisplayName(String engineDisplayName)
The expanded name for the engine name. For example, if the EngineName
parameter is "aurora," this
value would be "Amazon Aurora MySQL."
engineDisplayName
- The expanded name for the engine name. For example, if the EngineName
parameter is "aurora,"
this value would be "Amazon Aurora MySQL."public String getEngineDisplayName()
The expanded name for the engine name. For example, if the EngineName
parameter is "aurora," this
value would be "Amazon Aurora MySQL."
EngineName
parameter is "aurora,"
this value would be "Amazon Aurora MySQL."public Endpoint withEngineDisplayName(String engineDisplayName)
The expanded name for the engine name. For example, if the EngineName
parameter is "aurora," this
value would be "Amazon Aurora MySQL."
engineDisplayName
- The expanded name for the engine name. For example, if the EngineName
parameter is "aurora,"
this value would be "Amazon Aurora MySQL."public void setUsername(String username)
The user name used to connect to the endpoint.
username
- The user name used to connect to the endpoint.public String getUsername()
The user name used to connect to the endpoint.
public Endpoint withUsername(String username)
The user name used to connect to the endpoint.
username
- The user name used to connect to the endpoint.public void setServerName(String serverName)
The name of the server at the endpoint.
serverName
- The name of the server at the endpoint.public String getServerName()
The name of the server at the endpoint.
public Endpoint withServerName(String serverName)
The name of the server at the endpoint.
serverName
- The name of the server at the endpoint.public void setPort(Integer port)
The port value used to access the endpoint.
port
- The port value used to access the endpoint.public Integer getPort()
The port value used to access the endpoint.
public Endpoint withPort(Integer port)
The port value used to access the endpoint.
port
- The port value used to access the endpoint.public void setDatabaseName(String databaseName)
The name of the database at the endpoint.
databaseName
- The name of the database at the endpoint.public String getDatabaseName()
The name of the database at the endpoint.
public Endpoint withDatabaseName(String databaseName)
The name of the database at the endpoint.
databaseName
- The name of the database at the endpoint.public void setExtraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
extraConnectionAttributes
- Additional connection attributes used to connect to the endpoint.public String getExtraConnectionAttributes()
Additional connection attributes used to connect to the endpoint.
public Endpoint withExtraConnectionAttributes(String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
extraConnectionAttributes
- Additional connection attributes used to connect to the endpoint.public void setStatus(String status)
The status of the endpoint.
status
- The status of the endpoint.public String getStatus()
The status of the endpoint.
public Endpoint withStatus(String status)
The status of the endpoint.
status
- The status of the endpoint.public void setKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify
a value for the KmsKeyId
parameter, then AWS DMS uses your default encryption key. AWS KMS creates
the default encryption key for your AWS account. Your AWS account has a different default encryption key for each
AWS Region.
kmsKeyId
- The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't
specify a value for the KmsKeyId
parameter, then AWS DMS uses your default encryption key.
AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default
encryption key for each AWS Region.public String getKmsKeyId()
The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify
a value for the KmsKeyId
parameter, then AWS DMS uses your default encryption key. AWS KMS creates
the default encryption key for your AWS account. Your AWS account has a different default encryption key for each
AWS Region.
KmsKeyId
parameter, then AWS DMS uses your default encryption key.
AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default
encryption key for each AWS Region.public Endpoint withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify
a value for the KmsKeyId
parameter, then AWS DMS uses your default encryption key. AWS KMS creates
the default encryption key for your AWS account. Your AWS account has a different default encryption key for each
AWS Region.
kmsKeyId
- The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't
specify a value for the KmsKeyId
parameter, then AWS DMS uses your default encryption key.
AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default
encryption key for each AWS Region.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 Endpoint 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 setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
certificateArn
- The Amazon Resource Name (ARN) used for SSL connection to the endpoint.public String getCertificateArn()
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
public Endpoint withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
certificateArn
- The Amazon Resource Name (ARN) used for SSL connection to the endpoint.public void setSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public String getSslMode()
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public Endpoint withSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public void setSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public Endpoint withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
sslMode
- The SSL mode used to connect to the endpoint.
SSL mode can be one of four values: none, require, verify-ca, verify-full.
The default value is none.
DmsSslModeValue
public void setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) used by the service access IAM role.public String getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service access IAM role.
public Endpoint withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) used by the service access IAM role.public void setExternalTableDefinition(String externalTableDefinition)
The external table definition.
externalTableDefinition
- The external table definition.public String getExternalTableDefinition()
The external table definition.
public Endpoint withExternalTableDefinition(String externalTableDefinition)
The external table definition.
externalTableDefinition
- The external table definition.public void setExternalId(String externalId)
Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.
externalId
- Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a
subsequent call to CreateEndpoint to create the endpoint with a cross-account.public String getExternalId()
Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.
public Endpoint withExternalId(String externalId)
Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.
externalId
- Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a
subsequent call to CreateEndpoint to create the endpoint with a cross-account.public void setDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
The settings for the target DynamoDB database. For more information, see the DynamoDBSettings
structure.
dynamoDbSettings
- The settings for the target DynamoDB database. For more information, see the DynamoDBSettings
structure.public DynamoDbSettings getDynamoDbSettings()
The settings for the target DynamoDB database. For more information, see the DynamoDBSettings
structure.
DynamoDBSettings
structure.public Endpoint withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
The settings for the target DynamoDB database. For more information, see the DynamoDBSettings
structure.
dynamoDbSettings
- The settings for the target DynamoDB database. For more information, see the DynamoDBSettings
structure.public void setS3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint. For more information, see the S3Settings
structure.
s3Settings
- The settings for the S3 target endpoint. For more information, see the S3Settings
structure.public S3Settings getS3Settings()
The settings for the S3 target endpoint. For more information, see the S3Settings
structure.
S3Settings
structure.public Endpoint withS3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint. For more information, see the S3Settings
structure.
s3Settings
- The settings for the S3 target endpoint. For more information, see the S3Settings
structure.public void setDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Possible 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. To use GZIP, set
this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
dmsTransferSettings
- The settings in JSON format for the DMS transfer type of source endpoint.
Possible 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. To use
GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this
value.
Shorthand syntax for these attributes is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
public DmsTransferSettings getDmsTransferSettings()
The settings in JSON format for the DMS transfer type of source endpoint.
Possible 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. To use GZIP, set
this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
Possible 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. To use
GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this
value.
Shorthand syntax for these attributes is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
public Endpoint withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
Possible 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. To use GZIP, set
this value to NONE
(the default). To keep the files uncompressed, don't use this value.
Shorthand syntax for these attributes is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
dmsTransferSettings
- The settings in JSON format for the DMS transfer type of source endpoint.
Possible 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. To use
GZIP, set this value to NONE
(the default). To keep the files uncompressed, don't use this
value.
Shorthand syntax for these attributes is as follows:
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these attributes is as follows:
{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }
public void setMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.
mongoDbSettings
- The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.public MongoDbSettings getMongoDbSettings()
The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.
MongoDbSettings
structure.public Endpoint withMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.
mongoDbSettings
- The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings
structure.public void setKinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings
structure.
kinesisSettings
- The settings for the Amazon Kinesis source endpoint. For more information, see the
KinesisSettings
structure.public KinesisSettings getKinesisSettings()
The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings
structure.
KinesisSettings
structure.public Endpoint withKinesisSettings(KinesisSettings kinesisSettings)
The settings for the Amazon Kinesis source endpoint. For more information, see the KinesisSettings
structure.
kinesisSettings
- The settings for the Amazon Kinesis source endpoint. For more information, see the
KinesisSettings
structure.public void setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings
structure.
elasticsearchSettings
- The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings
structure.public ElasticsearchSettings getElasticsearchSettings()
The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings
structure.
ElasticsearchSettings
structure.public Endpoint withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings
structure.
elasticsearchSettings
- The settings for the Elasticsearch source endpoint. For more information, see the
ElasticsearchSettings
structure.public void setRedshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint
redshiftSettings
- Settings for the Amazon Redshift endpointpublic RedshiftSettings getRedshiftSettings()
Settings for the Amazon Redshift endpoint
public Endpoint withRedshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint
redshiftSettings
- Settings for the Amazon Redshift endpointpublic String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.