public static interface HostInstance.Builder extends SdkPojo, CopyableBuilder<HostInstance.Builder,HostInstance>
Modifier and Type | Method and Description |
---|---|
HostInstance.Builder |
instanceId(String instanceId)
The ID of instance that is running on the Dedicated Host.
|
HostInstance.Builder |
instanceType(String instanceType)
The instance type (for example,
m3.medium ) of the running instance. |
HostInstance.Builder |
ownerId(String ownerId)
The ID of the AWS account that owns the instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
HostInstance.Builder instanceId(String instanceId)
The ID of instance that is running on the Dedicated Host.
instanceId
- The ID of instance that is running on the Dedicated Host.HostInstance.Builder instanceType(String instanceType)
The instance type (for example, m3.medium
) of the running instance.
instanceType
- The instance type (for example, m3.medium
) of the running instance.HostInstance.Builder ownerId(String ownerId)
The ID of the AWS account that owns the instance.
ownerId
- The ID of the AWS account that owns the instance.Copyright © 2020. All rights reserved.