public static interface Host.Builder extends SdkPojo, CopyableBuilder<Host.Builder,Host>
| Modifier and Type | Method and Description |
|---|---|
Host.Builder |
ec2InstanceId(String ec2InstanceId)
The ID of Amazon EC2 instance.
|
Host.Builder |
hostIp(String hostIp)
The IP address of the Dedicated Host.
|
Host.Builder |
hostName(String hostName)
The name of the Dedicated Host.
|
Host.Builder |
hostRole(HostRole hostRole)
The role of the Dedicated Host.
|
Host.Builder |
hostRole(String hostRole)
The role of the Dedicated Host.
|
Host.Builder |
instanceId(String instanceId)
The instance ID of the instance on the Dedicated Host.
|
Host.Builder |
osVersion(String osVersion)
The version of the operating system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHost.Builder hostName(String hostName)
The name of the Dedicated Host.
hostName - The name of the Dedicated Host.Host.Builder hostIp(String hostIp)
The IP address of the Dedicated Host.
hostIp - The IP address of the Dedicated Host.Host.Builder ec2InstanceId(String ec2InstanceId)
The ID of Amazon EC2 instance.
ec2InstanceId - The ID of Amazon EC2 instance.Host.Builder instanceId(String instanceId)
The instance ID of the instance on the Dedicated Host.
instanceId - The instance ID of the instance on the Dedicated Host.Host.Builder hostRole(String hostRole)
The role of the Dedicated Host.
Host.Builder hostRole(HostRole hostRole)
The role of the Dedicated Host.
Host.Builder osVersion(String osVersion)
The version of the operating system.
osVersion - The version of the operating system.Copyright © 2023. All rights reserved.