Interface OperatingSystem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OperatingSystem.Builder,,- OperatingSystem> - SdkBuilder<OperatingSystem.Builder,,- OperatingSystem> - SdkPojo
- Enclosing class:
- OperatingSystem
@Mutable
@NotThreadSafe
public static interface OperatingSystem.Builder
extends SdkPojo, CopyableBuilder<OperatingSystem.Builder,OperatingSystem> 
- 
Method SummaryModifier and TypeMethodDescriptionThe operating system.type(OperatingSystemType type) The operating system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe operating system. - Parameters:
- type- The operating system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe operating system. - Parameters:
- type- The operating system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-