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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
customerName
public DynectMigrationDetails.Builder customerName(String customerName)
DynECT customer name the zone belongs to.- Parameters:
customerName
- the value to set- Returns:
- this builder
-
username
public DynectMigrationDetails.Builder username(String username)
DynECT API username to perform the migration with.- Parameters:
username
- the value to set- Returns:
- this builder
-
password
public DynectMigrationDetails.Builder password(String password)
DynECT API password for the provided username.- Parameters:
password
- the value to set- Returns:
- this builder
-
httpRedirectReplacements
public 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
-
build
public DynectMigrationDetails build()
-
copy
public DynectMigrationDetails.Builder copy(DynectMigrationDetails model)
-
-