Interface ReportedOs.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReportedOs.Builder,ReportedOs>,SdkBuilder<ReportedOs.Builder,ReportedOs>,SdkPojo
- Enclosing class:
- ReportedOs
public static interface ReportedOs.Builder extends SdkPojo, CopyableBuilder<ReportedOs.Builder,ReportedOs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportedOs.Builderfamily(String family)The operating system family.ReportedOs.Buildername(String name)The operating system name.ReportedOs.Builderversion(String version)The operating system version.-
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
-
family
ReportedOs.Builder family(String family)
The operating system family.
- Parameters:
family- The operating system family.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ReportedOs.Builder name(String name)
The operating system name.
- Parameters:
name- The operating system name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
ReportedOs.Builder version(String version)
The operating system version.
- Parameters:
version- The operating system version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-