CopyableBuilder<ReplicationInstance.Builder,ReplicationInstance>
, SdkBuilder<ReplicationInstance.Builder,ReplicationInstance>
public static interface ReplicationInstance.Builder extends CopyableBuilder<ReplicationInstance.Builder,ReplicationInstance>
Modifier and Type | Method | Description |
---|---|---|
ReplicationInstance.Builder |
allocatedStorage(Integer allocatedStorage) |
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
ReplicationInstance.Builder |
autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
Boolean value indicating if minor version upgrades will be automatically applied to the instance.
|
ReplicationInstance.Builder |
availabilityZone(String availabilityZone) |
The Availability Zone for the instance.
|
ReplicationInstance.Builder |
engineVersion(String engineVersion) |
The engine version number of the replication instance.
|
ReplicationInstance.Builder |
instanceCreateTime(Date instanceCreateTime) |
The time the replication instance was created.
|
ReplicationInstance.Builder |
kmsKeyId(String kmsKeyId) |
The KMS key identifier that is used to encrypt the content on the replication instance.
|
ReplicationInstance.Builder |
multiAZ(Boolean multiAZ) |
Specifies if the replication instance is a Multi-AZ deployment.
|
ReplicationInstance.Builder |
pendingModifiedValues(ReplicationPendingModifiedValues pendingModifiedValues) |
The pending modification values.
|
ReplicationInstance.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow) |
The maintenance window times for the replication instance.
|
ReplicationInstance.Builder |
publiclyAccessible(Boolean publiclyAccessible) |
Specifies the accessibility options for the replication instance.
|
ReplicationInstance.Builder |
replicationInstanceArn(String replicationInstanceArn) |
The Amazon Resource Name (ARN) of the replication instance.
|
ReplicationInstance.Builder |
replicationInstanceClass(String replicationInstanceClass) |
The compute and memory capacity of the replication instance.
|
ReplicationInstance.Builder |
replicationInstanceIdentifier(String replicationInstanceIdentifier) |
The replication instance identifier.
|
ReplicationInstance.Builder |
replicationInstancePrivateIpAddress(String replicationInstancePrivateIpAddress) |
The private IP address of the replication instance.
|
ReplicationInstance.Builder |
replicationInstancePrivateIpAddresses(String... replicationInstancePrivateIpAddresses) |
The private IP address of the replication instance.
|
ReplicationInstance.Builder |
replicationInstancePrivateIpAddresses(Collection<String> replicationInstancePrivateIpAddresses) |
The private IP address of the replication instance.
|
ReplicationInstance.Builder |
replicationInstancePublicIpAddress(String replicationInstancePublicIpAddress) |
The public IP address of the replication instance.
|
ReplicationInstance.Builder |
replicationInstancePublicIpAddresses(String... replicationInstancePublicIpAddresses) |
The public IP address of the replication instance.
|
ReplicationInstance.Builder |
replicationInstancePublicIpAddresses(Collection<String> replicationInstancePublicIpAddresses) |
The public IP address of the replication instance.
|
ReplicationInstance.Builder |
replicationInstanceStatus(String replicationInstanceStatus) |
The status of the replication instance.
|
ReplicationInstance.Builder |
replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup) |
The subnet group for the replication instance.
|
ReplicationInstance.Builder |
secondaryAvailabilityZone(String secondaryAvailabilityZone) |
The availability zone of the standby replication instance in a Multi-AZ deployment.
|
ReplicationInstance.Builder |
vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) |
The VPC security group for the instance.
|
ReplicationInstance.Builder |
vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups) |
The VPC security group for the instance.
|
copy
apply, build
ReplicationInstance.Builder replicationInstanceIdentifier(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
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
ReplicationInstance.Builder replicationInstanceClass(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
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
ReplicationInstance.Builder replicationInstanceStatus(String replicationInstanceStatus)
The status of the replication instance.
replicationInstanceStatus
- The status of the replication instance.ReplicationInstance.Builder allocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
allocatedStorage
- The amount of storage (in gigabytes) that is allocated for the replication instance.ReplicationInstance.Builder instanceCreateTime(Date instanceCreateTime)
The time the replication instance was created.
instanceCreateTime
- The time the replication instance was created.ReplicationInstance.Builder vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
The VPC security group for the instance.
vpcSecurityGroups
- The VPC security group for the instance.ReplicationInstance.Builder vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
The VPC security group for the instance.
NOTE: This method appends the values to the existing list (if any). Use
#setVpcSecurityGroups(java.util.Collection)
or #withVpcSecurityGroups(java.util.Collection)
if you want to override the existing values.
vpcSecurityGroups
- The VPC security group for the instance.ReplicationInstance.Builder availabilityZone(String availabilityZone)
The Availability Zone for the instance.
availabilityZone
- The Availability Zone for the instance.ReplicationInstance.Builder replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The subnet group for the replication instance.
replicationSubnetGroup
- The subnet group for the replication instance.ReplicationInstance.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
The maintenance window times for the replication instance.
preferredMaintenanceWindow
- The maintenance window times for the replication instance.ReplicationInstance.Builder pendingModifiedValues(ReplicationPendingModifiedValues pendingModifiedValues)
The pending modification values.
pendingModifiedValues
- The pending modification values.ReplicationInstance.Builder multiAZ(Boolean multiAZ)
Specifies if the replication instance is a Multi-AZ deployment. You cannot set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.
multiAZ
- Specifies if the replication instance is a Multi-AZ deployment. You cannot set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to true
.ReplicationInstance.Builder engineVersion(String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.ReplicationInstance.Builder autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Boolean value indicating if minor version upgrades will be automatically applied to the instance.
autoMinorVersionUpgrade
- Boolean value indicating if minor version upgrades will be automatically applied to the instance.ReplicationInstance.Builder kmsKeyId(String kmsKeyId)
The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use 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 KMS key identifier that is used to encrypt the content on the replication instance. If you do not
specify a value for the KmsKeyId parameter, then AWS DMS will use 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.ReplicationInstance.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.ReplicationInstance.Builder replicationInstancePublicIpAddress(String replicationInstancePublicIpAddress)
The public IP address of the replication instance.
replicationInstancePublicIpAddress
- The public IP address of the replication instance.ReplicationInstance.Builder replicationInstancePrivateIpAddress(String replicationInstancePrivateIpAddress)
The private IP address of the replication instance.
replicationInstancePrivateIpAddress
- The private IP address of the replication instance.ReplicationInstance.Builder replicationInstancePublicIpAddresses(Collection<String> replicationInstancePublicIpAddresses)
The public IP address of the replication instance.
replicationInstancePublicIpAddresses
- The public IP address of the replication instance.ReplicationInstance.Builder replicationInstancePublicIpAddresses(String... replicationInstancePublicIpAddresses)
The public IP address of the replication instance.
NOTE: This method appends the values to the existing list (if any). Use
#setReplicationInstancePublicIpAddresses(java.util.Collection)
or
#withReplicationInstancePublicIpAddresses(java.util.Collection)
if you want to override the existing
values.
replicationInstancePublicIpAddresses
- The public IP address of the replication instance.ReplicationInstance.Builder replicationInstancePrivateIpAddresses(Collection<String> replicationInstancePrivateIpAddresses)
The private IP address of the replication instance.
replicationInstancePrivateIpAddresses
- The private IP address of the replication instance.ReplicationInstance.Builder replicationInstancePrivateIpAddresses(String... replicationInstancePrivateIpAddresses)
The private IP address of the replication instance.
NOTE: This method appends the values to the existing list (if any). Use
#setReplicationInstancePrivateIpAddresses(java.util.Collection)
or
#withReplicationInstancePrivateIpAddresses(java.util.Collection)
if you want to override the existing
values.
replicationInstancePrivateIpAddresses
- The private IP address of the replication instance.ReplicationInstance.Builder publiclyAccessible(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
.ReplicationInstance.Builder secondaryAvailabilityZone(String secondaryAvailabilityZone)
The availability zone of the standby replication instance in a Multi-AZ deployment.
secondaryAvailabilityZone
- The availability zone of the standby replication instance in a Multi-AZ deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.