public static interface AllocateHostsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AllocateHostsResponse.Builder,AllocateHostsResponse>
Modifier and Type | Method and Description |
---|---|
AllocateHostsResponse.Builder |
hostIds(Collection<String> hostIds)
The ID of the allocated Dedicated Host.
|
AllocateHostsResponse.Builder |
hostIds(String... hostIds)
The ID of the allocated Dedicated Host.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AllocateHostsResponse.Builder hostIds(Collection<String> hostIds)
The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
hostIds
- The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.AllocateHostsResponse.Builder hostIds(String... hostIds)
The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
hostIds
- The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.Copyright © 2019. All rights reserved.