Interface OperatingSystem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OperatingSystem.Builder,OperatingSystem>,SdkBuilder<OperatingSystem.Builder,OperatingSystem>,SdkPojo
- Enclosing class:
- OperatingSystem
public static interface OperatingSystem.Builder extends SdkPojo, CopyableBuilder<OperatingSystem.Builder,OperatingSystem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperatingSystem.Buildertype(String type)The operating system.OperatingSystem.Buildertype(OperatingSystemType type)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, sdkFields
-
-
-
-
Method Detail
-
type
OperatingSystem.Builder type(String type)
The operating system.
- Parameters:
type- The operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperatingSystemType,OperatingSystemType
-
type
OperatingSystem.Builder type(OperatingSystemType type)
The operating system.
- Parameters:
type- The operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperatingSystemType,OperatingSystemType
-
-