public static interface OperatingSystem.Builder extends SdkPojo, CopyableBuilder<OperatingSystem.Builder,OperatingSystem>
Modifier and Type | Method and Description |
---|---|
OperatingSystem.Builder |
type(OperatingSystemType type)
The operating system.
|
OperatingSystem.Builder |
type(String type)
The operating system.
|
copy
applyMutation, build
OperatingSystem.Builder type(String type)
The operating system.
type
- The operating system.OperatingSystemType
,
OperatingSystemType
OperatingSystem.Builder type(OperatingSystemType type)
The operating system.
type
- The operating system.OperatingSystemType
,
OperatingSystemType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.