Uses of Interface
software.amazon.awssdk.services.storagegateway.model.VolumeiSCSIAttributes.Builder
-
Packages that use VolumeiSCSIAttributes.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of VolumeiSCSIAttributes.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return VolumeiSCSIAttributes.Builder Modifier and Type Method Description static VolumeiSCSIAttributes.BuilderVolumeiSCSIAttributes. builder()VolumeiSCSIAttributes.BuilderVolumeiSCSIAttributes.Builder. chapEnabled(Boolean chapEnabled)Indicates whether mutual CHAP is enabled for the iSCSI target.VolumeiSCSIAttributes.BuilderVolumeiSCSIAttributes.Builder. lunNumber(Integer lunNumber)The logical disk number.VolumeiSCSIAttributes.BuilderVolumeiSCSIAttributes.Builder. networkInterfaceId(String networkInterfaceId)The network interface identifier.VolumeiSCSIAttributes.BuilderVolumeiSCSIAttributes.Builder. networkInterfacePort(Integer networkInterfacePort)The port used to communicate with iSCSI targets.VolumeiSCSIAttributes.BuilderVolumeiSCSIAttributes.Builder. targetARN(String targetARN)The Amazon Resource Name (ARN) of the volume target.VolumeiSCSIAttributes.BuilderVolumeiSCSIAttributes. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type VolumeiSCSIAttributes.Builder Modifier and Type Method Description static Class<? extends VolumeiSCSIAttributes.Builder>VolumeiSCSIAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type VolumeiSCSIAttributes.Builder Modifier and Type Method Description default CachediSCSIVolume.BuilderCachediSCSIVolume.Builder. volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes)An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.default StorediSCSIVolume.BuilderStorediSCSIVolume.Builder. volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes)An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.
-