Interface OS.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OS.Builder,
,OS> SdkBuilder<OS.Builder,
,OS> SdkPojo
- Enclosing class:
OS
@Mutable
@NotThreadSafe
public static interface OS.Builder
extends SdkPojo, CopyableBuilder<OS.Builder,OS>
-
Method Summary
Modifier and TypeMethodDescriptionfullString
(String fullString) The long name of the Operating System.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
-
fullString
The long name of the Operating System.
- Parameters:
fullString
- The long name of the Operating System.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-