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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NtpStatus.BuilderconnectionStatus(String connectionStatus)The connection's status.NtpStatus.BuilderconnectionStatus(NetworkConnectionStatus connectionStatus)The connection's status.NtpStatus.BuilderipAddress(String ipAddress)The IP address of the server.NtpStatus.BuilderntpServerName(String ntpServerName)The domain name of the server.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
NetworkConnectionStatus,NetworkConnectionStatus
-
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:
NetworkConnectionStatus,NetworkConnectionStatus
-
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.
-
-