public static class MigrationReplacement.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MigrationReplacement |
build() |
MigrationReplacement.Builder |
copy(MigrationReplacement model) |
MigrationReplacement.Builder |
rdata(String rdata)
The record data of the replacement record, as whitespace-delimited tokens in
type-specific presentation format.
|
MigrationReplacement.Builder |
rtype(String rtype)
The type of DNS record, such as A or CNAME.
|
MigrationReplacement.Builder |
substituteRtype(String substituteRtype)
The canonical name for a substitute type of the replacement record to be used if the
specified
rtype is not allowed at the domain. |
MigrationReplacement.Builder |
ttl(Integer ttl)
The Time To Live of the replacement record, in seconds.
|
public MigrationReplacement.Builder rtype(String rtype)
The type of DNS record, such as A or CNAME. For more information, see Resource Record (RR) TYPEs.
rtype
- the value to setpublic MigrationReplacement.Builder substituteRtype(String substituteRtype)
The canonical name for a substitute type of the replacement record to be used if the
specified rtype
is not allowed at the domain. The specified ttl
and
rdata
will still apply with the substitute type.
substituteRtype
- the value to setpublic MigrationReplacement.Builder ttl(Integer ttl)
The Time To Live of the replacement record, in seconds.
ttl
- the value to setpublic MigrationReplacement.Builder rdata(String rdata)
The record data of the replacement record, as whitespace-delimited tokens in type-specific presentation format.
rdata
- the value to setpublic MigrationReplacement build()
public MigrationReplacement.Builder copy(MigrationReplacement model)
Copyright © 2016–2024. All rights reserved.