@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicationInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateReplicationInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateReplicationInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getAllocatedStorage()
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
|
Boolean |
getAutoMinorVersionUpgrade()
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window.
|
String |
getAvailabilityZone()
The Availability Zone where the replication instance will be created.
|
String |
getDnsNameServers()
A list of custom DNS name servers supported for the replication instance to access your on-premise source or
target database.
|
String |
getEngineVersion()
The engine version number of the replication instance.
|
String |
getKmsKeyId()
An KMS key identifier that is used to encrypt the data on the replication instance.
|
Boolean |
getMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment.
|
String |
getNetworkType()
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports
both IPv4 and IPv6 addressing.
|
String |
getPreferredMaintenanceWindow()
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
Boolean |
getPubliclyAccessible()
Specifies the accessibility options for the replication instance.
|
String |
getReplicationInstanceClass()
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
String |
getReplicationInstanceIdentifier()
The replication instance identifier.
|
String |
getReplicationSubnetGroupIdentifier()
A subnet group to associate with the replication instance.
|
String |
getResourceIdentifier()
A friendly name for the resource identifier at the end of the
EndpointArn response parameter that is
returned in the created Endpoint object. |
List<Tag> |
getTags()
One or more tags to be assigned to the replication instance.
|
List<String> |
getVpcSecurityGroupIds()
Specifies the VPC security group to be used with the replication instance.
|
int |
hashCode() |
Boolean |
isAutoMinorVersionUpgrade()
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window.
|
Boolean |
isMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment.
|
Boolean |
isPubliclyAccessible()
Specifies the accessibility options for the replication instance.
|
void |
setAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
|
void |
setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window.
|
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone where the replication instance will be created.
|
void |
setDnsNameServers(String dnsNameServers)
A list of custom DNS name servers supported for the replication instance to access your on-premise source or
target database.
|
void |
setEngineVersion(String engineVersion)
The engine version number of the replication instance.
|
void |
setKmsKeyId(String kmsKeyId)
An KMS key identifier that is used to encrypt the data on the replication instance.
|
void |
setMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment.
|
void |
setNetworkType(String networkType)
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports
both IPv4 and IPv6 addressing.
|
void |
setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
void |
setPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the replication instance.
|
void |
setReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
void |
setReplicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier.
|
void |
setReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
A subnet group to associate with the replication instance.
|
void |
setResourceIdentifier(String resourceIdentifier)
A friendly name for the resource identifier at the end of the
EndpointArn response parameter that is
returned in the created Endpoint object. |
void |
setTags(Collection<Tag> tags)
One or more tags to be assigned to the replication instance.
|
void |
setVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Specifies the VPC security group to be used with the replication instance.
|
String |
toString()
Returns a string representation of this object.
|
CreateReplicationInstanceRequest |
withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
|
CreateReplicationInstanceRequest |
withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window.
|
CreateReplicationInstanceRequest |
withAvailabilityZone(String availabilityZone)
The Availability Zone where the replication instance will be created.
|
CreateReplicationInstanceRequest |
withDnsNameServers(String dnsNameServers)
A list of custom DNS name servers supported for the replication instance to access your on-premise source or
target database.
|
CreateReplicationInstanceRequest |
withEngineVersion(String engineVersion)
The engine version number of the replication instance.
|
CreateReplicationInstanceRequest |
withKmsKeyId(String kmsKeyId)
An KMS key identifier that is used to encrypt the data on the replication instance.
|
CreateReplicationInstanceRequest |
withMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment.
|
CreateReplicationInstanceRequest |
withNetworkType(String networkType)
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports
both IPv4 and IPv6 addressing.
|
CreateReplicationInstanceRequest |
withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
CreateReplicationInstanceRequest |
withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the replication instance.
|
CreateReplicationInstanceRequest |
withReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
CreateReplicationInstanceRequest |
withReplicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier.
|
CreateReplicationInstanceRequest |
withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
A subnet group to associate with the replication instance.
|
CreateReplicationInstanceRequest |
withResourceIdentifier(String resourceIdentifier)
A friendly name for the resource identifier at the end of the
EndpointArn response parameter that is
returned in the created Endpoint object. |
CreateReplicationInstanceRequest |
withTags(Collection<Tag> tags)
One or more tags to be assigned to the replication instance.
|
CreateReplicationInstanceRequest |
withTags(Tag... tags)
One or more tags to be assigned to the replication instance.
|
CreateReplicationInstanceRequest |
withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Specifies the VPC security group to be used with the replication instance.
|
CreateReplicationInstanceRequest |
withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
Specifies the VPC security group to be used with the replication instance.
|
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 setReplicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must contain 1-63 alphanumeric characters or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
replicationInstanceIdentifier
- The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must contain 1-63 alphanumeric characters or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
public String getReplicationInstanceIdentifier()
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must contain 1-63 alphanumeric characters or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
Constraints:
Must contain 1-63 alphanumeric characters or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
public CreateReplicationInstanceRequest withReplicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must contain 1-63 alphanumeric characters or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
replicationInstanceIdentifier
- The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must contain 1-63 alphanumeric characters or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
public void setAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
allocatedStorage
- The amount of storage (in gigabytes) to be initially allocated for the replication instance.public Integer getAllocatedStorage()
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
public CreateReplicationInstanceRequest withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
allocatedStorage
- The amount of storage (in gigabytes) to be initially allocated for the replication instance.public void setReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class. For example to specify the instance class dms.c4.large, set this parameter to "dms.c4.large"
.
For more information on the settings and capacities for the available replication instance classes, see Choosing the right DMS replication instance; and, Selecting the best size for a replication instance.
replicationInstanceClass
- The compute and memory capacity of the replication instance as defined for the specified replication
instance class. For example to specify the instance class dms.c4.large, set this parameter to
"dms.c4.large"
.
For more information on the settings and capacities for the available replication instance classes, see Choosing the right DMS replication instance; and, Selecting the best size for a replication instance.
public String getReplicationInstanceClass()
The compute and memory capacity of the replication instance as defined for the specified replication instance
class. For example to specify the instance class dms.c4.large, set this parameter to "dms.c4.large"
.
For more information on the settings and capacities for the available replication instance classes, see Choosing the right DMS replication instance; and, Selecting the best size for a replication instance.
"dms.c4.large"
.
For more information on the settings and capacities for the available replication instance classes, see Choosing the right DMS replication instance; and, Selecting the best size for a replication instance.
public CreateReplicationInstanceRequest withReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class. For example to specify the instance class dms.c4.large, set this parameter to "dms.c4.large"
.
For more information on the settings and capacities for the available replication instance classes, see Choosing the right DMS replication instance; and, Selecting the best size for a replication instance.
replicationInstanceClass
- The compute and memory capacity of the replication instance as defined for the specified replication
instance class. For example to specify the instance class dms.c4.large, set this parameter to
"dms.c4.large"
.
For more information on the settings and capacities for the available replication instance classes, see Choosing the right DMS replication instance; and, Selecting the best size for a replication instance.
public List<String> getVpcSecurityGroupIds()
Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
public void setVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
vpcSecurityGroupIds
- Specifies the VPC security group to be used with the replication instance. The VPC security group must
work with the VPC containing the replication instance.public CreateReplicationInstanceRequest withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
NOTE: This method appends the values to the existing list (if any). Use
setVpcSecurityGroupIds(java.util.Collection)
or withVpcSecurityGroupIds(java.util.Collection)
if you want to override the existing values.
vpcSecurityGroupIds
- Specifies the VPC security group to be used with the replication instance. The VPC security group must
work with the VPC containing the replication instance.public CreateReplicationInstanceRequest withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
vpcSecurityGroupIds
- Specifies the VPC security group to be used with the replication instance. The VPC security group must
work with the VPC containing the replication instance.public void setAvailabilityZone(String availabilityZone)
The Availability Zone where the replication instance will be created. The default value is a random,
system-chosen Availability Zone in the endpoint's Amazon Web Services Region, for example:
us-east-1d
.
availabilityZone
- The Availability Zone where the replication instance will be created. The default value is a random,
system-chosen Availability Zone in the endpoint's Amazon Web Services Region, for example:
us-east-1d
.public String getAvailabilityZone()
The Availability Zone where the replication instance will be created. The default value is a random,
system-chosen Availability Zone in the endpoint's Amazon Web Services Region, for example:
us-east-1d
.
us-east-1d
.public CreateReplicationInstanceRequest withAvailabilityZone(String availabilityZone)
The Availability Zone where the replication instance will be created. The default value is a random,
system-chosen Availability Zone in the endpoint's Amazon Web Services Region, for example:
us-east-1d
.
availabilityZone
- The Availability Zone where the replication instance will be created. The default value is a random,
system-chosen Availability Zone in the endpoint's Amazon Web Services Region, for example:
us-east-1d
.public void setReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
A subnet group to associate with the replication instance.
replicationSubnetGroupIdentifier
- A subnet group to associate with the replication instance.public String getReplicationSubnetGroupIdentifier()
A subnet group to associate with the replication instance.
public CreateReplicationInstanceRequest withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
A subnet group to associate with the replication instance.
replicationSubnetGroupIdentifier
- A subnet group to associate with the replication instance.public void setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
preferredMaintenanceWindow
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
public String getPreferredMaintenanceWindow()
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
public CreateReplicationInstanceRequest withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
preferredMaintenanceWindow
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
Constraints: Minimum 30-minute window.
public void setMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
multiAZ
- Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public Boolean getMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public CreateReplicationInstanceRequest withMultiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
multiAZ
- Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public Boolean isMultiAZ()
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.public void setEngineVersion(String engineVersion)
The engine version number of the replication instance.
If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.
engineVersion
- The engine version number of the replication instance.
If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.
public String getEngineVersion()
The engine version number of the replication instance.
If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.
If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.
public CreateReplicationInstanceRequest withEngineVersion(String engineVersion)
The engine version number of the replication instance.
If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.
engineVersion
- The engine version number of the replication instance.
If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.
public void setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window. This parameter defaults to true
.
Default: true
autoMinorVersionUpgrade
- A value that indicates whether minor engine upgrades are applied automatically to the replication instance
during the maintenance window. This parameter defaults to true
.
Default: true
public Boolean getAutoMinorVersionUpgrade()
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window. This parameter defaults to true
.
Default: true
true
.
Default: true
public CreateReplicationInstanceRequest withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window. This parameter defaults to true
.
Default: true
autoMinorVersionUpgrade
- A value that indicates whether minor engine upgrades are applied automatically to the replication instance
during the maintenance window. This parameter defaults to true
.
Default: true
public Boolean isAutoMinorVersionUpgrade()
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during
the maintenance window. This parameter defaults to true
.
Default: true
true
.
Default: true
public List<Tag> getTags()
One or more tags to be assigned to the replication instance.
public void setTags(Collection<Tag> tags)
One or more tags to be assigned to the replication instance.
tags
- One or more tags to be assigned to the replication instance.public CreateReplicationInstanceRequest withTags(Tag... tags)
One or more tags to be assigned to the replication instance.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- One or more tags to be assigned to the replication instance.public CreateReplicationInstanceRequest withTags(Collection<Tag> tags)
One or more tags to be assigned to the replication instance.
tags
- One or more tags to be assigned to the replication instance.public void setKmsKeyId(String kmsKeyId)
An KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then DMS uses your default encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
kmsKeyId
- An KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then DMS uses your default
encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
public String getKmsKeyId()
An KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then DMS uses your default encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
If you don't specify a value for the KmsKeyId
parameter, then DMS uses your default
encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
public CreateReplicationInstanceRequest withKmsKeyId(String kmsKeyId)
An KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then DMS uses your default encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
kmsKeyId
- An KMS key identifier that is used to encrypt the data on the replication instance.
If you don't specify a value for the KmsKeyId
parameter, then DMS uses your default
encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
public void setPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the replication instance. A value of true
represents an
instance with a public IP address. A value of false
represents an instance with a private IP
address. The default value is true
.
publiclyAccessible
- Specifies the accessibility options for the replication instance. A value of true
represents
an instance with a public IP address. A value of false
represents an instance with a private
IP address. The default value is true
.public Boolean getPubliclyAccessible()
Specifies the accessibility options for the replication instance. A value of true
represents an
instance with a public IP address. A value of false
represents an instance with a private IP
address. The default value is true
.
true
represents
an instance with a public IP address. A value of false
represents an instance with a private
IP address. The default value is true
.public CreateReplicationInstanceRequest withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the replication instance. A value of true
represents an
instance with a public IP address. A value of false
represents an instance with a private IP
address. The default value is true
.
publiclyAccessible
- Specifies the accessibility options for the replication instance. A value of true
represents
an instance with a public IP address. A value of false
represents an instance with a private
IP address. The default value is true
.public Boolean isPubliclyAccessible()
Specifies the accessibility options for the replication instance. A value of true
represents an
instance with a public IP address. A value of false
represents an instance with a private IP
address. The default value is true
.
true
represents
an instance with a public IP address. A value of false
represents an instance with a private
IP address. The default value is true
.public void setDnsNameServers(String dnsNameServers)
A list of custom DNS name servers supported for the replication instance to access your on-premise source or
target database. This list overrides the default name servers supported by the replication instance. You can
specify a comma-separated list of internet addresses for up to four on-premise DNS name servers. For example:
"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
dnsNameServers
- A list of custom DNS name servers supported for the replication instance to access your on-premise source
or target database. This list overrides the default name servers supported by the replication instance.
You can specify a comma-separated list of internet addresses for up to four on-premise DNS name servers.
For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
public String getDnsNameServers()
A list of custom DNS name servers supported for the replication instance to access your on-premise source or
target database. This list overrides the default name servers supported by the replication instance. You can
specify a comma-separated list of internet addresses for up to four on-premise DNS name servers. For example:
"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
public CreateReplicationInstanceRequest withDnsNameServers(String dnsNameServers)
A list of custom DNS name servers supported for the replication instance to access your on-premise source or
target database. This list overrides the default name servers supported by the replication instance. You can
specify a comma-separated list of internet addresses for up to four on-premise DNS name servers. For example:
"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
dnsNameServers
- A list of custom DNS name servers supported for the replication instance to access your on-premise source
or target database. This list overrides the default name servers supported by the replication instance.
You can specify a comma-separated list of internet addresses for up to four on-premise DNS name servers.
For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
public void setResourceIdentifier(String resourceIdentifier)
A friendly name for the resource identifier at the end of the EndpointArn
response parameter that is
returned in the created Endpoint
object. The value for this parameter can have up to 31 characters.
It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two
consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1
. For example, this
value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify a
ResourceIdentifier
value, DMS generates a default identifier value for the end of
EndpointArn
.
resourceIdentifier
- A friendly name for the resource identifier at the end of the EndpointArn
response parameter
that is returned in the created Endpoint
object. The value for this parameter can have up to
31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a
hyphen or contain two consecutive hyphens, and can only begin with a letter, such as
Example-App-ARN1
. For example, this value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify a
ResourceIdentifier
value, DMS generates a default identifier value for the end of
EndpointArn
.public String getResourceIdentifier()
A friendly name for the resource identifier at the end of the EndpointArn
response parameter that is
returned in the created Endpoint
object. The value for this parameter can have up to 31 characters.
It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two
consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1
. For example, this
value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify a
ResourceIdentifier
value, DMS generates a default identifier value for the end of
EndpointArn
.
EndpointArn
response parameter
that is returned in the created Endpoint
object. The value for this parameter can have up to
31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a
hyphen or contain two consecutive hyphens, and can only begin with a letter, such as
Example-App-ARN1
. For example, this value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify a
ResourceIdentifier
value, DMS generates a default identifier value for the end of
EndpointArn
.public CreateReplicationInstanceRequest withResourceIdentifier(String resourceIdentifier)
A friendly name for the resource identifier at the end of the EndpointArn
response parameter that is
returned in the created Endpoint
object. The value for this parameter can have up to 31 characters.
It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two
consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1
. For example, this
value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify a
ResourceIdentifier
value, DMS generates a default identifier value for the end of
EndpointArn
.
resourceIdentifier
- A friendly name for the resource identifier at the end of the EndpointArn
response parameter
that is returned in the created Endpoint
object. The value for this parameter can have up to
31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a
hyphen or contain two consecutive hyphens, and can only begin with a letter, such as
Example-App-ARN1
. For example, this value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify a
ResourceIdentifier
value, DMS generates a default identifier value for the end of
EndpointArn
.public void setNetworkType(String networkType)
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
networkType
- The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that
supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.public String getNetworkType()
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
public CreateReplicationInstanceRequest withNetworkType(String networkType)
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
networkType
- The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that
supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.public String toString()
toString
in class Object
Object.toString()
public CreateReplicationInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()