Interface MacHost.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MacHost.Builder,MacHost>,SdkBuilder<MacHost.Builder,MacHost>,SdkPojo
- Enclosing class:
- MacHost
public static interface MacHost.Builder extends SdkPojo, CopyableBuilder<MacHost.Builder,MacHost>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacHost.BuilderhostId(String hostId)The EC2 Mac Dedicated Host ID.MacHost.BuildermacOSLatestSupportedVersions(String... macOSLatestSupportedVersions)The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.MacHost.BuildermacOSLatestSupportedVersions(Collection<String> macOSLatestSupportedVersions)The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.-
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
-
hostId
MacHost.Builder hostId(String hostId)
The EC2 Mac Dedicated Host ID.
- Parameters:
hostId- The EC2 Mac Dedicated Host ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
macOSLatestSupportedVersions
MacHost.Builder macOSLatestSupportedVersions(Collection<String> macOSLatestSupportedVersions)
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
- Parameters:
macOSLatestSupportedVersions- The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
macOSLatestSupportedVersions
MacHost.Builder macOSLatestSupportedVersions(String... macOSLatestSupportedVersions)
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
- Parameters:
macOSLatestSupportedVersions- The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-