@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationInstance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationInstance.Builder,ReplicationInstance>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationInstance.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
Boolean |
autoMinorVersionUpgrade()
Boolean value indicating if minor version upgrades will be automatically applied to the instance.
|
String |
availabilityZone()
The Availability Zone for the instance.
|
static ReplicationInstance.Builder |
builder() |
String |
dnsNameServers()
The DNS name servers for the replication instance.
|
String |
engineVersion()
The engine version number of the replication instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
freeUntil()
The expiration date of the free replication instance that is part of the Free DMS program.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasReplicationInstancePrivateIpAddresses()
Returns true if the ReplicationInstancePrivateIpAddresses property was specified by the sender (it may be empty),
or false if the sender did not specify the value (it will be empty).
|
boolean |
hasReplicationInstancePublicIpAddresses()
Returns true if the ReplicationInstancePublicIpAddresses property was specified by the sender (it may be empty),
or false if the sender did not specify the value (it will be empty).
|
boolean |
hasVpcSecurityGroups()
Returns true if the VpcSecurityGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Instant |
instanceCreateTime()
The time the replication instance was created.
|
String |
kmsKeyId()
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
|
Boolean |
multiAZ()
Specifies whether the replication instance is a Multi-AZ deployment.
|
ReplicationPendingModifiedValues |
pendingModifiedValues()
The pending modification values.
|
String |
preferredMaintenanceWindow()
The maintenance window times for the replication instance.
|
Boolean |
publiclyAccessible()
Specifies the accessibility options for the replication instance.
|
String |
replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
String |
replicationInstanceClass()
The compute and memory capacity of the replication instance.
|
String |
replicationInstanceIdentifier()
The replication instance identifier.
|
String |
replicationInstancePrivateIpAddress()
The private IP address of the replication instance.
|
List<String> |
replicationInstancePrivateIpAddresses()
One or more private IP addresses for the replication instance.
|
String |
replicationInstancePublicIpAddress()
The public IP address of the replication instance.
|
List<String> |
replicationInstancePublicIpAddresses()
One or more public IP addresses for the replication instance.
|
String |
replicationInstanceStatus()
The status of the replication instance.
|
ReplicationSubnetGroup |
replicationSubnetGroup()
The subnet group for the replication instance.
|
List<SdkField<?>> |
sdkFields() |
String |
secondaryAvailabilityZone()
The availability zone of the standby replication instance in a Multi-AZ deployment.
|
static Class<? extends ReplicationInstance.Builder> |
serializableBuilderClass() |
ReplicationInstance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<VpcSecurityGroupMembership> |
vpcSecurityGroups()
The VPC security group for the instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String replicationInstanceIdentifier()
The replication instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Example: myrepinstance
public String replicationInstanceClass()
The compute and memory capacity of the replication instance.
Valid Values:
dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
Valid Values:
dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
public String replicationInstanceStatus()
The status of the replication instance.
public Integer allocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
public Instant instanceCreateTime()
The time the replication instance was created.
public boolean hasVpcSecurityGroups()
public List<VpcSecurityGroupMembership> vpcSecurityGroups()
The VPC security group for the instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVpcSecurityGroups() to see if a value was sent in this field.
public String availabilityZone()
The Availability Zone for the instance.
public ReplicationSubnetGroup replicationSubnetGroup()
The subnet group for the replication instance.
public String preferredMaintenanceWindow()
The maintenance window times for the replication instance.
public ReplicationPendingModifiedValues pendingModifiedValues()
The pending modification values.
public Boolean multiAZ()
Specifies whether the replication instance is a Multi-AZ deployment. You cannot 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 String engineVersion()
The engine version number of the replication instance.
public Boolean autoMinorVersionUpgrade()
Boolean value indicating if minor version upgrades will be automatically applied to the instance.
public String kmsKeyId()
An AWS 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 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.
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 replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public String replicationInstancePublicIpAddress()
The public IP address of the replication instance.
public String replicationInstancePrivateIpAddress()
The private IP address of the replication instance.
public boolean hasReplicationInstancePublicIpAddresses()
public List<String> replicationInstancePublicIpAddresses()
One or more public IP addresses for the replication instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReplicationInstancePublicIpAddresses() to see if a value was sent in this field.
public boolean hasReplicationInstancePrivateIpAddresses()
public List<String> replicationInstancePrivateIpAddresses()
One or more private IP addresses for the replication instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReplicationInstancePrivateIpAddresses() to see if a value was sent in this field.
public 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.
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 String secondaryAvailabilityZone()
The availability zone of the standby replication instance in a Multi-AZ deployment.
public Instant freeUntil()
The expiration date of the free replication instance that is part of the Free DMS program.
public String dnsNameServers()
The DNS name servers for the replication instance.
public ReplicationInstance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationInstance.Builder,ReplicationInstance>public static ReplicationInstance.Builder builder()
public static Class<? extends ReplicationInstance.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.