Interface MacHost.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MacHost.Builder,
,MacHost> SdkBuilder<MacHost.Builder,
,MacHost> SdkPojo
- Enclosing class:
MacHost
@Mutable
@NotThreadSafe
public static interface MacHost.Builder
extends SdkPojo, CopyableBuilder<MacHost.Builder,MacHost>
-
Method Summary
Modifier and TypeMethodDescriptionThe EC2 Mac Dedicated Host ID.macOSLatestSupportedVersions
(String... macOSLatestSupportedVersions) The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.macOSLatestSupportedVersions
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-