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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVolumeInitiatorsResponse.Builderinitiators(String... initiators)The host names and port numbers of all iSCSI initiators that are connected to the gateway.ListVolumeInitiatorsResponse.Builderinitiators(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
initiators
ListVolumeInitiatorsResponse.Builder initiators(Collection<String> 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
ListVolumeInitiatorsResponse.Builder initiators(String... 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.
-
-