Interface AmazonMachineImageOperatingSystem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AmazonMachineImageOperatingSystem.Builder,,AmazonMachineImageOperatingSystem> SdkBuilder<AmazonMachineImageOperatingSystem.Builder,,AmazonMachineImageOperatingSystem> SdkPojo
- Enclosing class:
AmazonMachineImageOperatingSystem
@Mutable
@NotThreadSafe
public static interface AmazonMachineImageOperatingSystem.Builder
extends SdkPojo, CopyableBuilder<AmazonMachineImageOperatingSystem.Builder,AmazonMachineImageOperatingSystem>
-
Method Summary
Modifier and TypeMethodDescriptionoperatingSystemFamilyName(String operatingSystemFamilyName) The operating system family, such as Linux or Windows.operatingSystemName(String operatingSystemName) The specific operating system name, such as Amazon Linux 2 or Windows Server 2022.operatingSystemVersion(String operatingSystemVersion) The version of the operating system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
operatingSystemFamilyName
AmazonMachineImageOperatingSystem.Builder operatingSystemFamilyName(String operatingSystemFamilyName) The operating system family, such as Linux or Windows.
- Parameters:
operatingSystemFamilyName- The operating system family, such as Linux or Windows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingSystemName
The specific operating system name, such as Amazon Linux 2 or Windows Server 2022.
- Parameters:
operatingSystemName- The specific operating system name, such as Amazon Linux 2 or Windows Server 2022.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingSystemVersion
The version of the operating system.
- Parameters:
operatingSystemVersion- The version of the operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-