Interface NtpStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NtpStatus.Builder,,- NtpStatus> - SdkBuilder<NtpStatus.Builder,,- NtpStatus> - SdkPojo
- Enclosing class:
- NtpStatus
@Mutable
@NotThreadSafe
public static interface NtpStatus.Builder
extends SdkPojo, CopyableBuilder<NtpStatus.Builder,NtpStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectionStatus(String connectionStatus) The connection's status.connectionStatus(NetworkConnectionStatus connectionStatus) The connection's status.The IP address of the server.ntpServerName(String ntpServerName) The domain name of the server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectionStatusThe 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:
 
- 
connectionStatusThe 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:
 
- 
ipAddressThe 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.
 
- 
ntpServerNameThe 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.
 
 
-