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