public static interface NameServersUpdateState.Builder extends SdkPojo, CopyableBuilder<NameServersUpdateState.Builder,NameServersUpdateState>
| Modifier and Type | Method and Description |
|---|---|
NameServersUpdateState.Builder |
code(NameServersUpdateStateCode code)
The status code for the name servers update.
|
NameServersUpdateState.Builder |
code(String code)
The status code for the name servers update.
|
NameServersUpdateState.Builder |
message(String message)
The message that describes the reason for the status code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNameServersUpdateState.Builder code(String code)
The status code for the name servers update.
Following are the possible values:
SUCCEEDED - The name server records were successfully updated.
PENDING - The name server record update is in progress.
FAILED - The name server record update failed.
STARTED - The automatic name server record update started.
code - The status code for the name servers update.
Following are the possible values:
SUCCEEDED - The name server records were successfully updated.
PENDING - The name server record update is in progress.
FAILED - The name server record update failed.
STARTED - The automatic name server record update started.
NameServersUpdateStateCode,
NameServersUpdateStateCodeNameServersUpdateState.Builder code(NameServersUpdateStateCode code)
The status code for the name servers update.
Following are the possible values:
SUCCEEDED - The name server records were successfully updated.
PENDING - The name server record update is in progress.
FAILED - The name server record update failed.
STARTED - The automatic name server record update started.
code - The status code for the name servers update.
Following are the possible values:
SUCCEEDED - The name server records were successfully updated.
PENDING - The name server record update is in progress.
FAILED - The name server record update failed.
STARTED - The automatic name server record update started.
NameServersUpdateStateCode,
NameServersUpdateStateCodeNameServersUpdateState.Builder message(String message)
The message that describes the reason for the status code.
message - The message that describes the reason for the status code.Copyright © 2023. All rights reserved.