Interface OSUpdateSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OSUpdateSettings.Builder,
,OSUpdateSettings> SdkBuilder<OSUpdateSettings.Builder,
,OSUpdateSettings> SdkPojo
- Enclosing class:
OSUpdateSettings
@Mutable
@NotThreadSafe
public static interface OSUpdateSettings.Builder
extends SdkPojo, CopyableBuilder<OSUpdateSettings.Builder,OSUpdateSettings>
-
Method Summary
Modifier and TypeMethodDescriptionOS version that the directory needs to be updated to.OS version that the directory needs to be updated to.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
-
osVersion
OS version that the directory needs to be updated to.
- Parameters:
osVersion
- OS version that the directory needs to be updated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
osVersion
OS version that the directory needs to be updated to.
- Parameters:
osVersion
- OS version that the directory needs to be updated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-