Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ComputeConfig.Builder
Packages that use ComputeConfig.Builder
-
Uses of ComputeConfig.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ComputeConfig.BuilderModifier and TypeMethodDescriptionComputeConfig.Builder.availabilityZone(String availabilityZone) The Availability Zone where the DMS Serverless replication using this configuration will run.static ComputeConfig.BuilderComputeConfig.builder()ComputeConfig.Builder.dnsNameServers(String dnsNameServers) A list of custom DNS name servers supported for the DMS Serverless replication to access your source or target database.An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used to encrypt the data during DMS Serverless replication.ComputeConfig.Builder.maxCapacityUnits(Integer maxCapacityUnits) Specifies the maximum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned.ComputeConfig.Builder.minCapacityUnits(Integer minCapacityUnits) Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned.Specifies whether the DMS Serverless replication is a Multi-AZ deployment.ComputeConfig.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur for the DMS Serverless replication, in Universal Coordinated Time (UTC).ComputeConfig.Builder.replicationSubnetGroupId(String replicationSubnetGroupId) Specifies a subnet group identifier to associate with the DMS Serverless replication.ComputeConfig.toBuilder()ComputeConfig.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless replication.ComputeConfig.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless replication.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ComputeConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ComputeConfig.Builder>ComputeConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ComputeConfig.BuilderModifier and TypeMethodDescriptionCreateReplicationConfigRequest.Builder.computeConfig(Consumer<ComputeConfig.Builder> computeConfig) Configuration parameters for provisioning an DMS Serverless replication.ModifyReplicationConfigRequest.Builder.computeConfig(Consumer<ComputeConfig.Builder> computeConfig) Configuration parameters for provisioning an DMS Serverless replication.default ReplicationConfig.BuilderReplicationConfig.Builder.computeConfig(Consumer<ComputeConfig.Builder> computeConfig) Configuration parameters for provisioning an DMS serverless replication.