public static interface ModifyHostsResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, buildModifyHostsResponse.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. All rights reserved.