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
Modifier and TypeMethodDescriptionThe operating system.type
(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 Details
-
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:
-
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:
-