public static interface ModifyHostsResponse.Builder extends EC2Response.Builder, CopyableBuilder<ModifyHostsResponse.Builder,ModifyHostsResponse>
Modifier and Type | Method and Description |
---|---|
ModifyHostsResponse.Builder |
successful(Collection<String> successful)
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResponse.Builder |
successful(String... successful)
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
ModifyHostsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
build
copy
apply, build
ModifyHostsResponse.Builder successful(Collection<String> successful)
The IDs of the Dedicated Hosts that were successfully modified.
successful
- The IDs of the Dedicated Hosts that were successfully modified.ModifyHostsResponse.Builder successful(String... successful)
The IDs of the Dedicated Hosts that were successfully modified.
successful
- The IDs of the Dedicated Hosts that were successfully modified.ModifyHostsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
unsuccessful
- The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can
be used.ModifyHostsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
unsuccessful
- The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can
be used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.