CopyableBuilder<HostInstance.Builder,HostInstance>, SdkBuilder<HostInstance.Builder,HostInstance>public static interface HostInstance.Builder extends CopyableBuilder<HostInstance.Builder,HostInstance>
| Modifier and Type | Method | Description |
|---|---|---|
HostInstance.Builder |
instanceId(String instanceId) |
the IDs of instances that are running on the Dedicated Host.
|
HostInstance.Builder |
instanceType(String instanceType) |
The instance type size (for example,
m3.medium) of the running instance. |
copyapply, buildHostInstance.Builder instanceId(String instanceId)
the IDs of instances that are running on the Dedicated Host.
instanceId - the IDs of instances that are running on the Dedicated Host.HostInstance.Builder instanceType(String instanceType)
The instance type size (for example, m3.medium) of the running instance.
instanceType - The instance type size (for example, m3.medium) of the running instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.