public static interface Host.Builder extends SdkPojo, CopyableBuilder<Host.Builder,Host>
| Modifier and Type | Method and Description |
|---|---|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHost.Builder hostName(String hostName)
The name of the Dedicated Host.
hostName - The name of 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 hostIp(String hostIp)
The IP address of the Dedicated Host.
hostIp - The IP address of the Dedicated Host.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.Copyright © 2023. All rights reserved.