Interface NtpPayload.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NtpPayload.Builder,NtpPayload>,SdkBuilder<NtpPayload.Builder,NtpPayload>,SdkPojo
- Enclosing class:
- NtpPayload
public static interface NtpPayload.Builder extends SdkPojo, CopyableBuilder<NtpPayload.Builder,NtpPayload>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NtpPayload.BuilderntpServers(String... ntpServers)NTP servers to use, in order of preference.NtpPayload.BuilderntpServers(Collection<String> ntpServers)NTP servers to use, in order of preference.-
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
-
ntpServers
NtpPayload.Builder ntpServers(Collection<String> ntpServers)
NTP servers to use, in order of preference.
- Parameters:
ntpServers- NTP servers to use, in order of preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ntpServers
NtpPayload.Builder ntpServers(String... ntpServers)
NTP servers to use, in order of preference.
- Parameters:
ntpServers- NTP servers to use, in order of preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-