public static interface ReleaseHostsResponse.Builder extends EC2Response.Builder, CopyableBuilder<ReleaseHostsResponse.Builder,ReleaseHostsResponse>
Modifier and Type | Method and Description |
---|---|
ReleaseHostsResponse.Builder |
successful(Collection<String> successful)
The IDs of the Dedicated Hosts that were successfully released.
|
ReleaseHostsResponse.Builder |
successful(String... successful)
The IDs of the Dedicated Hosts that were successfully released.
|
ReleaseHostsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
ReleaseHostsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
build
copy
apply, build
ReleaseHostsResponse.Builder successful(Collection<String> successful)
The IDs of the Dedicated Hosts that were successfully released.
successful
- The IDs of the Dedicated Hosts that were successfully released.ReleaseHostsResponse.Builder successful(String... successful)
The IDs of the Dedicated Hosts that were successfully released.
successful
- The IDs of the Dedicated Hosts that were successfully released.ReleaseHostsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
unsuccessful
- The IDs of the Dedicated Hosts that could not be released, including an error message.ReleaseHostsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
unsuccessful
- The IDs of the Dedicated Hosts that could not be released, including an error message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.