Interface NtpPayload.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NtpPayload.Builder,
,NtpPayload> SdkBuilder<NtpPayload.Builder,
,NtpPayload> SdkPojo
- Enclosing class:
NtpPayload
@Mutable
@NotThreadSafe
public static interface NtpPayload.Builder
extends SdkPojo, CopyableBuilder<NtpPayload.Builder,NtpPayload>
-
Method Summary
Modifier and TypeMethodDescriptionntpServers
(String... ntpServers) NTP servers to use, in order of preference.ntpServers
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-