public static class DynectMigrationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DynectMigrationDetails |
build() |
DynectMigrationDetails.Builder |
copy(DynectMigrationDetails model) |
DynectMigrationDetails.Builder |
customerName(String customerName)
DynECT customer name the zone belongs to.
|
DynectMigrationDetails.Builder |
httpRedirectReplacements(Map<String,List<MigrationReplacement>> httpRedirectReplacements)
A map of fully-qualified domain names (FQDNs) to an array of
MigrationReplacement
objects. |
DynectMigrationDetails.Builder |
password(String password)
DynECT API password for the provided username.
|
DynectMigrationDetails.Builder |
username(String username)
DynECT API username to perform the migration with.
|
public DynectMigrationDetails.Builder customerName(String customerName)
DynECT customer name the zone belongs to.
customerName
- the value to setpublic DynectMigrationDetails.Builder username(String username)
DynECT API username to perform the migration with.
username
- the value to setpublic DynectMigrationDetails.Builder password(String password)
DynECT API password for the provided username.
password
- the value to setpublic DynectMigrationDetails.Builder httpRedirectReplacements(Map<String,List<MigrationReplacement>> httpRedirectReplacements)
A map of fully-qualified domain names (FQDNs) to an array of MigrationReplacement
objects.
httpRedirectReplacements
- the value to setpublic DynectMigrationDetails build()
public DynectMigrationDetails.Builder copy(DynectMigrationDetails model)
Copyright © 2016–2024. All rights reserved.