Interface NameServersUpdateState.Builder

    • Method Detail

      • code

        NameServersUpdateState.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NameServersUpdateStateCode, NameServersUpdateStateCode
      • code

        NameServersUpdateState.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NameServersUpdateStateCode, NameServersUpdateStateCode
      • message

        NameServersUpdateState.Builder message​(String message)

        The message that describes the reason for the status code.

        Parameters:
        message - The message that describes the reason for the status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.