Interface UpdateReplicationConfigurationTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateReplicationConfigurationTemplateResponse.Builder,UpdateReplicationConfigurationTemplateResponse>,DrsResponse.Builder,SdkBuilder<UpdateReplicationConfigurationTemplateResponse.Builder,UpdateReplicationConfigurationTemplateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateReplicationConfigurationTemplateResponse
public static interface UpdateReplicationConfigurationTemplateResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<UpdateReplicationConfigurationTemplateResponse.Builder,UpdateReplicationConfigurationTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateReplicationConfigurationTemplateResponse.Builderarn(String arn)The Replication Configuration Template ARN.UpdateReplicationConfigurationTemplateResponse.BuilderassociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.UpdateReplicationConfigurationTemplateResponse.BuilderautoReplicateNewDisks(Boolean autoReplicateNewDisks)Whether to allow the AWS replication agent to automatically replicate newly added disks.UpdateReplicationConfigurationTemplateResponse.BuilderbandwidthThrottling(Long bandwidthThrottling)Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.UpdateReplicationConfigurationTemplateResponse.BuildercreatePublicIP(Boolean createPublicIP)Whether to create a Public IP for the Recovery Instance by default.UpdateReplicationConfigurationTemplateResponse.BuilderdataPlaneRouting(String dataPlaneRouting)The data plane routing mechanism that will be used for replication.UpdateReplicationConfigurationTemplateResponse.BuilderdataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)The data plane routing mechanism that will be used for replication.UpdateReplicationConfigurationTemplateResponse.BuilderdefaultLargeStagingDiskType(String defaultLargeStagingDiskType)The Staging Disk EBS volume type to be used during replication.UpdateReplicationConfigurationTemplateResponse.BuilderdefaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)The Staging Disk EBS volume type to be used during replication.UpdateReplicationConfigurationTemplateResponse.BuilderebsEncryption(String ebsEncryption)The type of EBS encryption to be used during replication.UpdateReplicationConfigurationTemplateResponse.BuilderebsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)The type of EBS encryption to be used during replication.UpdateReplicationConfigurationTemplateResponse.BuilderebsEncryptionKeyArn(String ebsEncryptionKeyArn)The ARN of the EBS encryption key to be used during replication.UpdateReplicationConfigurationTemplateResponse.BuilderpitPolicy(Collection<PITPolicyRule> pitPolicy)The Point in time (PIT) policy to manage snapshots taken during replication.UpdateReplicationConfigurationTemplateResponse.BuilderpitPolicy(Consumer<PITPolicyRule.Builder>... pitPolicy)The Point in time (PIT) policy to manage snapshots taken during replication.UpdateReplicationConfigurationTemplateResponse.BuilderpitPolicy(PITPolicyRule... pitPolicy)The Point in time (PIT) policy to manage snapshots taken during replication.UpdateReplicationConfigurationTemplateResponse.BuilderreplicationConfigurationTemplateID(String replicationConfigurationTemplateID)The Replication Configuration Template ID.UpdateReplicationConfigurationTemplateResponse.BuilderreplicationServerInstanceType(String replicationServerInstanceType)The instance type to be used for the replication server.UpdateReplicationConfigurationTemplateResponse.BuilderreplicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)The security group IDs that will be used by the replication server.UpdateReplicationConfigurationTemplateResponse.BuilderreplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)The security group IDs that will be used by the replication server.UpdateReplicationConfigurationTemplateResponse.BuilderstagingAreaSubnetId(String stagingAreaSubnetId)The subnet to be used by the replication staging area.UpdateReplicationConfigurationTemplateResponse.BuilderstagingAreaTags(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.UpdateReplicationConfigurationTemplateResponse.Buildertags(Map<String,String> tags)A set of tags to be associated with the Replication Configuration Template resource.UpdateReplicationConfigurationTemplateResponse.BuilderuseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)Whether to use a dedicated Replication Server in the replication staging area.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.drs.model.DrsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateReplicationConfigurationTemplateResponse.Builder arn(String arn)
The Replication Configuration Template ARN.
- Parameters:
arn- The Replication Configuration Template ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associateDefaultSecurityGroup
UpdateReplicationConfigurationTemplateResponse.Builder associateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
- Parameters:
associateDefaultSecurityGroup- Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoReplicateNewDisks
UpdateReplicationConfigurationTemplateResponse.Builder autoReplicateNewDisks(Boolean autoReplicateNewDisks)
Whether to allow the AWS replication agent to automatically replicate newly added disks.
- Parameters:
autoReplicateNewDisks- Whether to allow the AWS replication agent to automatically replicate newly added disks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bandwidthThrottling
UpdateReplicationConfigurationTemplateResponse.Builder bandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
- Parameters:
bandwidthThrottling- Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createPublicIP
UpdateReplicationConfigurationTemplateResponse.Builder createPublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
- Parameters:
createPublicIP- Whether to create a Public IP for the Recovery Instance by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPlaneRouting
UpdateReplicationConfigurationTemplateResponse.Builder dataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
- Parameters:
dataPlaneRouting- The data plane routing mechanism that will be used for replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationConfigurationDataPlaneRouting,ReplicationConfigurationDataPlaneRouting
-
dataPlaneRouting
UpdateReplicationConfigurationTemplateResponse.Builder dataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
- Parameters:
dataPlaneRouting- The data plane routing mechanism that will be used for replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationConfigurationDataPlaneRouting,ReplicationConfigurationDataPlaneRouting
-
defaultLargeStagingDiskType
UpdateReplicationConfigurationTemplateResponse.Builder defaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
- Parameters:
defaultLargeStagingDiskType- The Staging Disk EBS volume type to be used during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationConfigurationDefaultLargeStagingDiskType,ReplicationConfigurationDefaultLargeStagingDiskType
-
defaultLargeStagingDiskType
UpdateReplicationConfigurationTemplateResponse.Builder defaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
- Parameters:
defaultLargeStagingDiskType- The Staging Disk EBS volume type to be used during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationConfigurationDefaultLargeStagingDiskType,ReplicationConfigurationDefaultLargeStagingDiskType
-
ebsEncryption
UpdateReplicationConfigurationTemplateResponse.Builder ebsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
- Parameters:
ebsEncryption- The type of EBS encryption to be used during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationConfigurationEbsEncryption,ReplicationConfigurationEbsEncryption
-
ebsEncryption
UpdateReplicationConfigurationTemplateResponse.Builder ebsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)
The type of EBS encryption to be used during replication.
- Parameters:
ebsEncryption- The type of EBS encryption to be used during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationConfigurationEbsEncryption,ReplicationConfigurationEbsEncryption
-
ebsEncryptionKeyArn
UpdateReplicationConfigurationTemplateResponse.Builder ebsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
- Parameters:
ebsEncryptionKeyArn- The ARN of the EBS encryption key to be used during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pitPolicy
UpdateReplicationConfigurationTemplateResponse.Builder pitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
- Parameters:
pitPolicy- The Point in time (PIT) policy to manage snapshots taken during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pitPolicy
UpdateReplicationConfigurationTemplateResponse.Builder pitPolicy(PITPolicyRule... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
- Parameters:
pitPolicy- The Point in time (PIT) policy to manage snapshots taken during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pitPolicy
UpdateReplicationConfigurationTemplateResponse.Builder pitPolicy(Consumer<PITPolicyRule.Builder>... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
This is a convenience method that creates an instance of thePITPolicyRule.Builderavoiding the need to create one manually viaPITPolicyRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pitPolicy(List.) - Parameters:
pitPolicy- a consumer that will call methods onPITPolicyRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#pitPolicy(java.util.Collection)
-
replicationConfigurationTemplateID
UpdateReplicationConfigurationTemplateResponse.Builder replicationConfigurationTemplateID(String replicationConfigurationTemplateID)
The Replication Configuration Template ID.
- Parameters:
replicationConfigurationTemplateID- The Replication Configuration Template ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationServerInstanceType
UpdateReplicationConfigurationTemplateResponse.Builder replicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
- Parameters:
replicationServerInstanceType- The instance type to be used for the replication server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationServersSecurityGroupsIDs
UpdateReplicationConfigurationTemplateResponse.Builder replicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
- Parameters:
replicationServersSecurityGroupsIDs- The security group IDs that will be used by the replication server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationServersSecurityGroupsIDs
UpdateReplicationConfigurationTemplateResponse.Builder replicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
- Parameters:
replicationServersSecurityGroupsIDs- The security group IDs that will be used by the replication server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stagingAreaSubnetId
UpdateReplicationConfigurationTemplateResponse.Builder stagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
- Parameters:
stagingAreaSubnetId- The subnet to be used by the replication staging area.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stagingAreaTags
UpdateReplicationConfigurationTemplateResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UpdateReplicationConfigurationTemplateResponse.Builder tags(Map<String,String> tags)
A set of tags to be associated with the Replication Configuration Template resource.
- Parameters:
tags- A set of tags to be associated with the Replication Configuration Template resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useDedicatedReplicationServer
UpdateReplicationConfigurationTemplateResponse.Builder useDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
- Parameters:
useDedicatedReplicationServer- Whether to use a dedicated Replication Server in the replication staging area.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-