Package com.oracle.bmc.dns.model
Class DynectMigrationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dns.model.DynectMigrationDetails.Builder
 
- 
- Enclosing class:
- DynectMigrationDetails
 
 public static class DynectMigrationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DynectMigrationDetailsbuild()DynectMigrationDetails.Buildercopy(DynectMigrationDetails model)DynectMigrationDetails.BuildercustomerName(String customerName)DynECT customer name the zone belongs to.DynectMigrationDetails.BuilderhttpRedirectReplacements(Map<String,List<MigrationReplacement>> httpRedirectReplacements)A map of fully-qualified domain names (FQDNs) to an array of MigrationReplacement objects.DynectMigrationDetails.Builderpassword(String password)DynECT API password for the provided username.DynectMigrationDetails.Builderusername(String username)DynECT API username to perform the migration with.
 
- 
- 
- 
Method Detail- 
customerNamepublic DynectMigrationDetails.Builder customerName(String customerName) DynECT customer name the zone belongs to.- Parameters:
- customerName- the value to set
- Returns:
- this builder
 
 - 
usernamepublic DynectMigrationDetails.Builder username(String username) DynECT API username to perform the migration with.- Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
passwordpublic DynectMigrationDetails.Builder password(String password) DynECT API password for the provided username.- Parameters:
- password- the value to set
- Returns:
- this builder
 
 - 
httpRedirectReplacementspublic DynectMigrationDetails.Builder httpRedirectReplacements(Map<String,List<MigrationReplacement>> httpRedirectReplacements) A map of fully-qualified domain names (FQDNs) to an array of MigrationReplacement objects.- Parameters:
- httpRedirectReplacements- the value to set
- Returns:
- this builder
 
 - 
buildpublic DynectMigrationDetails build() 
 - 
copypublic DynectMigrationDetails.Builder copy(DynectMigrationDetails model) 
 
- 
 
-