Interface NtpStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NtpStatus.Builder,NtpStatus>, SdkBuilder<NtpStatus.Builder,NtpStatus>, SdkPojo
Enclosing class:
NtpStatus

public static interface NtpStatus.Builder extends SdkPojo, CopyableBuilder<NtpStatus.Builder,NtpStatus>
  • Method Details

    • connectionStatus

      NtpStatus.Builder connectionStatus(String connectionStatus)

      The connection's status.

      Parameters:
      connectionStatus - The connection's status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionStatus

      NtpStatus.Builder connectionStatus(NetworkConnectionStatus connectionStatus)

      The connection's status.

      Parameters:
      connectionStatus - The connection's status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddress

      NtpStatus.Builder ipAddress(String ipAddress)

      The IP address of the server.

      Parameters:
      ipAddress - The IP address of the server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ntpServerName

      NtpStatus.Builder ntpServerName(String ntpServerName)

      The domain name of the server.

      Parameters:
      ntpServerName - The domain name of the server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.