Interface ListVolumeInitiatorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListVolumeInitiatorsResponse.Builder,,ListVolumeInitiatorsResponse> SdkBuilder<ListVolumeInitiatorsResponse.Builder,,ListVolumeInitiatorsResponse> SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
ListVolumeInitiatorsResponse
public static interface ListVolumeInitiatorsResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListVolumeInitiatorsResponse.Builder,ListVolumeInitiatorsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninitiators(String... initiators) The host names and port numbers of all iSCSI initiators that are connected to the gateway.initiators(Collection<String> initiators) The host names and port numbers of all iSCSI initiators that are connected to the gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
initiators
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
- Parameters:
initiators- The host names and port numbers of all iSCSI initiators that are connected to the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiators
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
- Parameters:
initiators- The host names and port numbers of all iSCSI initiators that are connected to the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-