UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.associateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup) |
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.autoReplicateNewDisks(Boolean autoReplicateNewDisks) |
Whether to allow the AWS replication agent to automatically replicate newly added disks.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.bandwidthThrottling(Long bandwidthThrottling) |
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
static UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.builder() |
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.createPublicIP(Boolean createPublicIP) |
Whether to create a Public IP for the Recovery Instance by default.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.dataPlaneRouting(String dataPlaneRouting) |
The data plane routing mechanism that will be used for replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.dataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting) |
The data plane routing mechanism that will be used for replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.defaultLargeStagingDiskType(String defaultLargeStagingDiskType) |
The Staging Disk EBS volume type to be used during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.defaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType) |
The Staging Disk EBS volume type to be used during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.ebsEncryption(String ebsEncryption) |
The type of EBS encryption to be used during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.ebsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption) |
The type of EBS encryption to be used during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.ebsEncryptionKeyArn(String ebsEncryptionKeyArn) |
The ARN of the EBS encryption key to be used during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.name(String name) |
The name of the Replication Configuration.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.pitPolicy(Collection<PITPolicyRule> pitPolicy) |
The Point in time (PIT) policy to manage snapshots taken during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.pitPolicy(Consumer<PITPolicyRule.Builder>... pitPolicy) |
The Point in time (PIT) policy to manage snapshots taken during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.pitPolicy(PITPolicyRule... pitPolicy) |
The Point in time (PIT) policy to manage snapshots taken during replication.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.replicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks) |
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.replicatedDisks(Consumer<ReplicationConfigurationReplicatedDisk.Builder>... replicatedDisks) |
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.replicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks) |
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.replicationServerInstanceType(String replicationServerInstanceType) |
The instance type to be used for the replication server.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.replicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs) |
The security group IDs that will be used by the replication server.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.replicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs) |
The security group IDs that will be used by the replication server.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.sourceServerID(String sourceServerID) |
The ID of the Source Server for this Replication Configuration.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.stagingAreaSubnetId(String stagingAreaSubnetId) |
The subnet to be used by the replication staging area.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.stagingAreaTags(Map<String,String> stagingAreaTags) |
A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.toBuilder() |
|
UpdateReplicationConfigurationResponse.Builder |
UpdateReplicationConfigurationResponse.Builder.useDedicatedReplicationServer(Boolean useDedicatedReplicationServer) |
Whether to use a dedicated Replication Server in the replication staging area.
|