CopyableBuilder<ListVolumeInitiatorsResponse.Builder,ListVolumeInitiatorsResponse>
, SdkBuilder<ListVolumeInitiatorsResponse.Builder,ListVolumeInitiatorsResponse>
public static interface ListVolumeInitiatorsResponse.Builder extends CopyableBuilder<ListVolumeInitiatorsResponse.Builder,ListVolumeInitiatorsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListVolumeInitiatorsResponse.Builder |
initiators(String... initiators) |
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
|
ListVolumeInitiatorsResponse.Builder |
initiators(Collection<String> initiators) |
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
|
copy
apply, build
ListVolumeInitiatorsResponse.Builder initiators(Collection<String> initiators)
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
initiators
- The host names and port numbers of all iSCSI initiators that are connected to the gateway.ListVolumeInitiatorsResponse.Builder initiators(String... initiators)
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
NOTE: This method appends the values to the existing list (if any). Use
#setInitiators(java.util.Collection)
or #withInitiators(java.util.Collection)
if you want to
override the existing values.
initiators
- The host names and port numbers of all iSCSI initiators that are connected to the gateway.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.