CopyableBuilder<ModifyHostsResponse.Builder,ModifyHostsResponse>
, SdkBuilder<ModifyHostsResponse.Builder,ModifyHostsResponse>
public static interface ModifyHostsResponse.Builder extends CopyableBuilder<ModifyHostsResponse.Builder,ModifyHostsResponse>
Modifier and Type | Method | Description |
---|---|---|
ModifyHostsResponse.Builder |
successful(String... successful) |
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResponse.Builder |
successful(Collection<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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setSuccessful(java.util.Collection)
or #withSuccessful(java.util.Collection)
if you want to
override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setUnsuccessful(java.util.Collection)
or #withUnsuccessful(java.util.Collection)
if you want
to override the existing values.
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.